← ClaudeAtlas

new-audit-skilllisted

Create a new audit skill from established patterns. Use when creating an audit, or on 'create an audit', 'new audit skill', 'add an audit', 'make an audit for', 'I want to check X for problems'.
tomcounsell/ai · ★ 20 · AI & Automation · score 74
Install: claude install-skill tomcounsell/ai
# New Audit Skill **Goal:** turn a request like "I want to check X for problems" into a complete, working audit skill — interviewed requirements, well-designed checks, a tested output format, and a clear disposition — following the patterns of the existing audit skills. Success is an audit that produces accurate, actionable findings on its first real invocation, not a template that merely looks right. ## When to load sub-files - For the audit SKILL.md template skeleton → read [AUDIT_TEMPLATE.md](AUDIT_TEMPLATE.md) - For best practices, design decisions, and anti-patterns → read [BEST_PRACTICES.md](BEST_PRACTICES.md) - For the generic skill creation rules (frontmatter, field constraints) → read [../new-skill/SKILL.md](../new-skill/SKILL.md) ## Existing audit skills (reference implementations) | Skill | Subject | Approach | Disposition | Autonomy | |-------|---------|----------|-------------|----------| | `audit-models` | Data-layer models | Prompt-only, 6 heuristic checks | Report only (human decides) | Low — exploratory | | `audit-skills` | Skill SKILL.md files | Script-backed, 20 rules | Auto-fix trivial, report complex | High — deterministic | | `audit-tools` | Python tools in `tools/` | Prompt-only, 10 checks | Report only (human decides) | Medium | | `do-design-audit` | Web UI quality | Prompt-only, 10-dimension rubric | Report only (findings + top 3 fixes) | Medium — opinionated | | `docs-auditor` (substrate) | Docs + cross-references | Prompt + parallel agents | Au