From claude-code-agents
Runs 11 parallel audit agents for code quality, bugs, security, docs, infra, UI/UX, DB, perf, deps, SEO, API; consolidates into prioritized fixes via fix-planner. Use before releases or weekly health checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-agents:full-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive audit of the entire codebase. Use before major releases or as a weekly health check.
Run a comprehensive audit of the entire codebase. Use before major releases or as a weekly health check.
Spawn ALL of the following agents in parallel (single response with multiple Task calls):
| Agent | Output File | Focus |
|---|---|---|
code-auditor | .claude/audits/AUDIT_CODE.md | Code quality |
bug-auditor | .claude/audits/AUDIT_BUGS.md | Runtime bugs |
security-auditor | .claude/audits/AUDIT_SECURITY.md | OWASP deep scan |
doc-auditor | .claude/audits/AUDIT_DOCS.md | Documentation gaps |
infra-auditor | .claude/audits/AUDIT_INFRA.md | Infrastructure config |
ui-auditor | .claude/audits/AUDIT_UI_UX.md | UI/UX and accessibility |
db-auditor | .claude/audits/AUDIT_DB.md | Database performance |
perf-auditor | .claude/audits/AUDIT_PERF.md | Performance issues |
dep-auditor | .claude/audits/AUDIT_DEPS.md | Dependency health |
seo-auditor | .claude/audits/AUDIT_SEO.md | SEO optimization |
api-tester | .claude/audits/API_TEST_REPORT.md | API validation |
Each agent targets the project's source code. Provide each with a prompt like:
Audit [target directory]. Save report to [output file].
After all auditors complete, spawn:
fix-planner - Read all .claude/audits/AUDIT_*.md files and create .claude/audits/FIXES.md with prioritized action itemsFIXES.md - Prioritize based on your timelinecode-fixer - Implement P1 (critical) fixestest-runner - Verify fixes worknpx claudepluginhub undeadlist/claude-code-agents --plugin claude-code-agentsAudits a codebase across 29 dimensions — security, privacy, compliance (HIPAA/PCI/SOC 2), architecture, testing, performance, DevOps, UX, SEO, AI/ML, and more. Generates structured docs and files remediation tickets.
Runs mechanical checks (build, typecheck, lint, tests, secrets scan) then dispatches specialist reviewers and produces a scored codebase health report. Use for code quality, security, or performance audits.
Runs codebase audits (health, evaluation, documentation) with parallel agents, producing intake docs for a pipeline run.