Audit
Use when running the full audit sweep on a scope — runs the focused audit dimensions (necessity, structure, patterns, correctness, error handling, logs, perf, security, tests, complexity, comments) as a parallel-worktree workflow that integrates in dependency order. Triggers on "audit", "full audit", "audit everything".From its SKILL.md
npx -y skills add JHostalek/dotclaude --skill auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `cat "${CLAUDE_SKILL_DIR}/../shared/audit-workflow.md"` and 1 more.
SKILL.md
0.7 KB, 87 tokens by cl100k_base, as published. Nobody here has run it
!cat "${CLAUDE_SKILL_DIR}/../shared/audit-workflow.md"
!cat "${CLAUDE_SKILL_DIR}/../shared/audit-integration.md"
Run all eleven baseline dimensions through the workflow above, in its phase groups. Each dimension's lens: ${CLAUDE_SKILL_DIR}/../audit-<dimension>/SKILL.md. Skip tests if scope has no tests.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.