Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Deep consistency audit of the entire repository — launches 4 parallel specialist agents to find factual errors, code bugs, broken references, count mismatches, and cross-document inconsistencies, then fixes all issues and loops until clean. Make sure to use this skill whenever the user wants a comprehensive repository-wide check — not a targeted review of a single file. Triggers include: "audit", "deep audit", "find inconsistencies", "check everything", "run a full audit", "are there any broken
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 49% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-05 | ✓→✗ | ▼ Worse | -60% | 0% |
| case-06 | ✓→✗ | ▼ Worse | -36% | 0% |
Run a comprehensive consistency audit across the entire repository, fix all issues found, and loop until clean.
Launch these 4 agents simultaneously using Task with subagent_type=general-purpose:
Focus: guide/workflow-guide.qmd
Focus: .claude/hooks/*.py and .claude/hooks/*.sh
/tmp/ usage (should use ~/.claude/sessions/)[:8] across all hooks)try/except with sys.exit(0))from __future__ import annotations for Python 3.8+ compatibilitysource not type for SessionStart)Focus: .claude/skills/*/SKILL.md and .claude/rules/*.md
disable-model-invocation: trueallowed-tools values are sensiblepaths: reference existing directoriestemplates/Focus: README.md, docs/index.html, docs/workflow-guide.html
Categorize each finding:
Common false alarms to watch for:
## Title inside ::: divs — this is standard syntax, NOT a heading bugallowed-tools linter warning — known linter bug (Claude Code issue #25380), field IS validApply fixes in parallel where possible. For each fix:
If guide/workflow-guide.qmd was modified:
bashquarto render guide/workflow-guide.qmd cp guide/workflow-guide.html docs/workflow-guide.html
After fixing, launch a fresh set of 4 agents to verify.
Max loops: 5 (to prevent infinite cycling)
These are real bugs found across 7 rounds — check for these specifically:
| Bug Pattern | Where to Check | What Went Wrong | |-------------|---------------|-----------------| | Stale counts ("19 skills" → "21") | Guide, README, landing page | Added skills but didn't update all mentions | | Hook exit codes | All Python hooks | Exit 2 in PreCompact silently discards stdout | | Hook field names | post-compact-restore.py | SessionStart uses source, not type | | State in /tmp/ | All Python hooks | Should use ~/.claude/sessions/<hash>/ | | Hash length mismatch | All Python hooks | Some used [:12], others [:8] | | Missing fail-open | Python hooks __main__ | Unhandled exception → exit 1 → confusing behavior | | Python 3.10+ syntax | Type hints like dict | None | Need from __future__ import annotations | | Missing directories | quality_reports/specs/ | Referenced in rules but never created | | Always-on rule listing | Guide + README | meta-governance omitted from listings | | macOS-only commands | Skills, rules | open without xdg-open fallback | | Protected file blocking | settings.json edits | protect-files.sh blocks Edit/Write |
After each round, report:
## Round N Audit Results
### Issues Found: X genuine, Y false alarms
| # | Severity | File | Issue | Status |
|---|----------|------|-------|--------|
| 1 | Critical | file.py:42 | Description | Fixed |
| 2 | Medium | file.qmd:100 | Description | Fixed |
### Verification
- [ ] No stale counts (grep confirms)
- [ ] All hooks have fail-open + future annotations
- [ ] Guide renders successfully
- [ ] docs/ updated
### Result: [CLEAN | N issues remaining]Other measured skills in the registry, with their headline benchmark lift.