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/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.
/auditRuns mechanical verification and comprehensive audit of the codebase. Invokes audit skill with provided arguments for customized checks.
/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 practices in codebase or specified scope (path, changes, PR), generating prioritized improvement plan as markdown report.
/bestAudits specified code scope for architecture, clean code, DRY, SOLID principles, and security best practices, producing prioritized findings report with recommendations.