code-health-remediation
Installation
SKILL.md
Code Health Remediation Framework
When This Activates
This skill activates when:
- Health scan shows issues to fix
- User wants to clean up codebase
- Removing dead code or duplicates
- Addressing tech debt
Health Score Interpretation
| Score | Rating | Action |
|---|---|---|
| 90-100 | Excellent | Maintain current practices |
| 75-89 | Good | Address minor issues opportunistically |
| 60-74 | Fair | Schedule cleanup sprint |
| 40-59 | Poor | Prioritize remediation |
| 0-39 | Critical | Immediate attention required |