production-readiness

SkillMedia

Lets your agent run audit checks like RBAC, hooks, design system, and tests to verify a build.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the production-readiness skill

About this capability

Run all audit checks (RBAC, hooks, design system, tests) and verify build

What this skill tells your AI

The instructions your AI receives, as published by trycompai/comp in .agents/skills/production-readiness/SKILL.md and read by ahel’s review.

Run a comprehensive production readiness check on $ARGUMENTS.

Use parallel subagents to run all four audits simultaneously:

  1. audit-rbac on $ARGUMENTS
  2. audit-hooks on $ARGUMENTS
  3. audit-design-system on $ARGUMENTS
  4. audit-tests on $ARGUMENTS

Then run full monorepo verification:

bunx turbo run typecheck --filter=@trycompai/api --filter=@trycompai/app
cd apps/app && bunx vitest run

Output a Production Readiness Report summarizing all fixes applied and build status.

Signals

GitHub stars
2k
Forks
412
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
production-readiness-trycompai
Source
github.com/trycompai/comp