Help us improve
Share bugs, ideas, or general feedback.
From audit-project
Use when user asks to 'review my code', 'audit the codebase', 'run code review', 'check for issues', 'find bugs', 'security review', 'performance review', or wants multi-agent iterative review. Spawns role-based reviewers (code-quality-reviewer, security-expert, performance-engineer, test-quality-guardian, architecture-reviewer, database-specialist, api-designer, frontend-specialist, backend-specialist, devops-reviewer) and loops until critical/high issues are resolved.
npx claudepluginhub agent-sh/audit-project --plugin audit-projectHow this skill is triggered — by the user, by Claude, or both
Slash command
/audit-project:audit-project [scope] [--recent] [--domain AGENT] [--quick] [--create-tech-debt] [--resume][scope] [--recent] [--domain AGENT] [--quick] [--create-tech-debt] [--resume]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-agent iterative code review. Spawn up to 10 specialized role-based reviewers based on project characteristics, collect findings with severity classification, apply fixes, and iterate until no critical or high issues remain.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Multi-agent iterative code review. Spawn up to 10 specialized role-based reviewers based on project characteristics, collect findings with severity classification, apply fixes, and iterate until no critical or high issues remain.
--recent for last 5 commits. Default: .--domain security)TECHNICAL_DEBT.mdThe skill delegates to the /audit-project command, which orchestrates the full 8-phase workflow:
TECHNICAL_DEBT.md instead of the fix queue| Reviewer | Focus |
|---|---|
| code-quality-reviewer | Clarity, naming, complexity, dead code |
| security-expert | Injection, auth, secrets, input validation |
| performance-engineer | N+1, memory, hot paths, algorithmic cost |
| architecture-reviewer | Module boundaries, coupling, layering |
| test-quality-guardian | Coverage gaps, flaky tests, assertion quality |
| database-specialist | Schema design, indexes, transactions |
| api-designer | Contracts, versioning, error semantics |
| frontend-specialist | Accessibility, state management, render cost |
| backend-specialist | Scaling, concurrency, error handling |
| devops-reviewer | CI/CD, secrets exposure, build hygiene |
These are spawned dynamically via the Task tool. There are no file-based agent definitions for them.
TECHNICAL_DEBT.md or closed as won't-fix./audit-project # Full review of current directory
/audit-project src/auth # Scope to a path
/audit-project --recent # Only last 5 commits
/audit-project --domain security # Security reviewer only
/audit-project --quick # Single pass, no iteration
/audit-project --resume # Resume from saved queue
/audit-project command at commands/audit-project.mdcommands/audit-project-agents.mdcommands/audit-project-github.md