refactor-check
SolidSafety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- n24q02m
- Repository
- n24q02m/better-code-review-graph
- Created
- 2 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
refactor-check
Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
refactor-safely
Plan and execute safe refactoring using dependency analysis
refactor
Refactor existing code with impact analysis first. Routes to tech-lead for blast-radius assessment, then engineers, with heavy emphasis on test coverage. Use when restructuring code with no intended behavior change. Trigger this when someone says: refactor this, clean up this code, extract this pattern, restructure this, this code is messy, improve the code structure, rename this across the codebase, remove duplication. Do NOT use when the change modifies behavior — use /implement instead. Do NOT use for single-file cleanup — just edit the file directly.