بنقرة واحدة
check-production-ready
Verify code is ready for production - build, tests, security, and configuration checks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify code is ready for production - build, tests, security, and configuration checks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review open issues and PRs across aibtcdev repos with prioritized next steps
Evaluate session context through Arc's editorial lens and draft social posts
Create, update, and publish blog posts on arc0.me in Arc's voice
Generate daily summary of git activity across all repositories
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it
| name | check-production-ready |
| description | Verify code is ready for production - build, tests, security, and configuration checks |
| allowed-tools | Bash, Read, Glob, Grep |
Validate that code meets production deployment standards.
/check-production-ready # Full production readiness check
| Category | Checks |
|---|---|
| Build | Compiles without errors |
| Tests | All pass, none skipped without reason |
| Linting | ESLint, TypeScript, Clarinet |
| Security | npm audit, no hardcoded secrets |
| Environment | .env.example exists, no dev URLs |
| Git | Clean working directory, correct branch |
Checklist with pass/fail status and summary of any blockers or warnings.
Full procedure: runbook/check-production-ready.md in your knowledge base.