code-check
Installation
SKILL.md
Codebase Health Auditor
Regular codebase review for Clean Code, SOLID, DRY principles and consistency.
MCP Tools
Sequential Thinking (analysis):
- Complex code smell evaluation
- Trade-off analysis for refactoring decisions
Audit Workflow
- Swarm — Launch parallel worker-reviewer agents for each audit dimension
- SOLID — Audit for principle violations
- DRY — Detect knowledge duplication
- Smells — Identify code smells from Fowler's catalog
- Consistency — Check pattern consistency across codebase
- Report — Generate prioritized findings with remediation