audit
FeaturedWhole-repo audits in four modes. Maintainability mode is a strict structural audit — 1k-line sprawl, thin wrappers, leaked logic, dependency freshness via context7, "code-judo" deletions. Triggers "nuclear review", "thermonuclear review", "code judo", "deep code quality audit", "harsh maintainability review", "whole codebase review", "should this exist". Codebase/Docs/Process modes are adversarial honesty audits hunting defects, drift, dead ends rather than validating. Codebase mode triggers "adversarial audit", "fable audit", "expectation gaps", "correctness audit". Docs mode triggers "audit the docs", "docs audit", "doc drift". Process mode triggers "process audit", "audit the workflows", "walk the journeys", "end-to-end audit". Also owns the bare "audit the codebase" — when phrasing doesn't pin a mode, asks ONE question (maintainability vs correctness) before fanning out. Sibling to `/review`, `/zero-tech-debt`, `/verify`.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- darkroomengineering
- Repository
- darkroomengineering/cc-settings
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
audit
Analyses code from several independent perspectives, then makes those perspectives argue with each other until they converge on a shared verdict. Each lens reviews blind, every finding is cross-examined by a lens that wants to kill it, conflicts are resolved as explicit trade-offs rather than averaged away, and the result is a ranked findings table with recorded dissent plus a full analysis. Use when the user says "/audit", "audit this code", "red-team this", "review this code from every angle", "review this code", "critique this", "analyse this code", "what's wrong with this", "look at this from every angle", "is this any good". For rewriting use rewrite, for improving in place use refactor, for UI use reskin. This skill judges code — for measuring data and writing the result up as a report, use report instead.
codebase-audit
Whole-repo, multi-agent audit that IS the Sprint-end cross-review ceremony (product-wide integrity): 4 axes — spec-conformance, logic/defect hunt, redundancy, and product-security — over the ACCUMULATED codebase at HEAD, not the Sprint diff. Findings are swept to zero per defect class — one class = one PBI covering every occurrence, documentation drift batched into a single DOCS PBI — and non-blocking: EVERY finding is PO-adjudicated, Critical/High carrying a next-Sprint recommendation, and a rejected finding is suppressed with a recorded decision. At Integration-Sprint entry a thin re-check confirms the latest audit is fresh and no open blocking (non-Low) audit PBIs remain before testing proceeds.
code-check
Use for code review, quality audits, SOLID/DRY consistency checks, pattern audits across the codebase, or verifying anti-pattern compliance across a scope.