incremental-refactoring
SolidSafely evolving existing production codebases through incremental refactoring. Focus on minimal-change corrections, backward compatibility, and avoiding unnecessary rewrites. Use when modifying existing systems, fixing correctness issues, improving architecture, adding features to production code, reviewing proposed changes for blast radius, or planning multi-step migrations. Also use when the user says "minimal change", "don't rewrite", "backward compatible", or "smallest diff possible".
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Canhada-Labs
- Repository
- Canhada-Labs/ceo-orchestration
- Created
- 4 weeks ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
safe-refactoring
Use when restructuring, renaming, moving, or extracting code that already works — before making the first edit
safe-refactor
Change code structure without changing behavior, in small verified steps. Use this for refactoring, renaming, extracting functions or modules, moving files, removing duplication, dependency and framework migrations, and any "clean this up" or "improve this code" request. Especially important when test coverage is thin, the codebase is unfamiliar, or the diff will exceed a couple hundred lines.
refactoring
Improve code structure in small, always-green steps without changing behavior. Use when asked to clean up, simplify, restructure, or de-duplicate working code.