audit-refactor-opportunities
Installation
SKILL.md
Audit Refactor Opportunities
Identify code smells and refactoring opportunities.
When to Use
- Tech debt assessment
- Planning refactoring sprints
- Understanding codebase health
Approach
Step 1: Project Invariants (Required)
Before auditing, check docs/knowledge-base/ for code style constraints:
AGENTS.md— established patternsRULES-*.md— code organization rules- Flag any violation of documented patterns as higher priority.