Codebase Cleanup
Pairs debt scan, refactor and dependency audit with a test agent that covers the code first.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install codebase-cleanup
Bir kod tabanı temizlenirken, ölü kod ve tekrarlar ayıklanırken ya da bakımı zorlaşan bir modül elden geçirilirken devreye giriyor.
- Author
- Seth Hobson
- License
- MIT
Three commands are bundled here deliberately: the debt scan says where the damage is, the refactor command rewrites against SOLID with an explicit instruction to avoid over-engineering, and the dependency audit catches the stale and vulnerable packages that a cleanup is the natural moment to fix. What separates this from the pure refactoring plugin is the test-automator agent shipped alongside, which exists so coverage lands on the code before it changes — cleaning untested code is exactly how a quiet behaviour change reaches production unnoticed. A reviewer agent reads the finished result. Nothing in the set is exotic; the value is that the four steps run in a fixed order instead of whichever one felt urgent that week.
Similar skills
Code Refactoring
SkillCounts technical debt against stated thresholds before any line of code is touched.
Code Simplifier
SkillRefines recently modified code for clarity and consistency without changing behaviour.
Altimate Code
SkillHands dbt and warehouse tasks to a specialised CLI agent instead of guessing at live warehouse state.

Comments(0)
Sign in to comment