From ai-kit
Audits a codebase against the 12-Factor App methodology and reports compliance status with actionable guidance.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-kit:12-factor-appsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /ai-kit:12-factor-apps ## Arguments The user invoked this command with: $ARGUMENTS ## Instructions Use the skill at `skills/12-factor-apps/SKILL.md`.
The user invoked this command with: $ARGUMENTS
Use the skill at skills/12-factor-apps/SKILL.md.
npx claudepluginhub ivklgn/ai-kit --plugin ai-kit/full-reviewOrchestrates phased multi-dimensional code reviews across architecture, security, performance, testing, and best practices using subagents. Produces structured reports in .full-review/. Accepts target and optional flags.
/auditAudits tech stack and sets up one dev tooling bundle per run (formatting, linting, types, tests, observability, git hooks, database), installing/validating/remediating monorepo-aware.
/auditScans the codebase for code smells, architecture issues, security risks, performance bottlenecks, and tech debt, generating a detailed AUDIT-REPORT.md with prioritized action items.
/carrotVerifies codebase implementations against real-world code samples and official docs using 8 parallel agents, reporting only verified outdated, deprecated, or incorrect patterns.
/deployment-reviewAnalyzes deployment processes, CI/CD pipelines, and release management, then creates a prioritized improvement plan. Supports scoping to paths, recent changes, or pull requests.
/brooks-healthRuns a Brooks-Lint codebase health dashboard across all four dimensions, analyzing code quality, structure, dependencies, and documentation.