Audits repositories for unnecessary complexity, dead code, and stale dependencies to streamline codebase maintenance.
The ss-repo-simplify skill provides an automated yet human-in-the-loop workflow for reducing technical debt and cleaning up bloated repositories. It systematically scans for dead code, unused dependencies, overengineered abstractions, and stale TODOs across your entire project structure. By categorizing findings by impact and risk, it allows developers to safely remove redundant logic and simplify project architecture, resulting in more maintainable, readable, and efficient codebases that are easier for both humans and AI to navigate.
主な機能
01Impact-based reporting with interactive confirmation before applying any changes.
02Dependency audit to identify unused packages and major version drift.
03Comprehensive dead code detection including unused imports, variables, and exports.
040 GitHub stars
05Stale TODO/FIXME tracking linked to issue status verification.
06Structural analysis to find redundant files, deep nesting, and configuration bloat.
ユースケース
01Performing a 'code health' audit to reduce technical debt in maturing projects.
02Streamlining a repository before onboarding new team members or handing over a project.
03Cleaning up leftover code and abstractions after a major architectural refactor.