What problem does it solve?
This Skill audits an entire codebase against the engineering rules it is supposed to follow, helping teams catch violations of caps, bans, architecture boundaries, and cleanup standards before they spread.
Core Features & Use Cases
- Full-repo compliance auditing: Scans a project against its own harness and any global doctrine, then reports findings with exact file and line references.
- Deterministic rule enforcement: Detects hard caps and zero-tolerance bans such as file length limits, suppressions, empty catches, bare throws, non-null assertions, and hardcoded secrets.
- Semantic judgment review: Checks broader code quality concerns like DRY, layering, naming, SRP, SOLID, security, performance, testing, and dead code using structured analysis.
- Carve-out aware reporting: Respects test, generated, migration, and other documented exemptions so known exceptions are not flagged as defects.
- Remediation workflow: Presents findings first, then fixes them one at a time only after approval.
Quick Start
Ask the skill to audit this repository against its engineering rules and report every violation with file and line details.