Production Readiness

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

trycompai 1a377c0 611 B Updated

File contents

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.

trycompai/comp/tree/main/.agents/skills/production-readiness commit 1a377c0b45

Frequently asked questions

npx skillmds@latest add trycompai/production-readiness