ワンクリックで
reviews-production-readiness
Verify production deployment readiness with comprehensive checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify production deployment readiness with comprehensive checks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Initialize Flowbit with intelligent project analysis and documentation generation
Creates Mermaid diagrams for planning flows, component communication, and architecture views with adaptive detail selection (including C4 levels). This skill should be used when the user asks for a workflow, interaction, or architecture visualization from provided task context.
Internal engine for managing project documentation and technical standards in .flowbit/docs/. Handles file operations, INDEX.md generation, and .github/copilot-instructions.md integration. Invoked by flowbit-init, standards-update, and standards-discover skills.
Quick bug fix with TDD red/green gates and complexity escalation
Implement task directly with AI SDLC standards awareness (no planning mode)
Enter planning mode with AI SDLC standards awareness
| name | reviews-production-readiness |
| description | Verify production deployment readiness with comprehensive checks |
ACTION REQUIRED: This command delegates to a subagent. The <command-name> tag refers to THIS command, not the target. Invoke the production-readiness-checker subagent via the Task tool NOW. Pass path and target arguments. Do not read files, explore code, or execute workflow steps yourself.
You are verifying production deployment readiness using the production-readiness-checker subagent.
You are performing comprehensive production readiness analysis covering configuration, monitoring, error handling, performance, security, and deployment considerations.
Determine the following from the user's request:
Path to analyze:
Target environment:
--target=prod: Full production checks (recommended)--target=staging: Relaxed staging checksInvoke the production-readiness-checker subagent NOW using the Task tool:
Use Task tool:
subagent_type: "flowbit-production-readiness-checker"
description: "Production readiness check"
prompt: |
Verify production readiness at: [path from user or from ask_user]
Target: [production|staging]
Report path: [path]/production-readiness-report.md
Wait for the subagent to complete before proceeding.
The production-readiness-checker subagent will:
Example 1: Check specific task for production
User: /flowbit-reviews-production-readiness .flowbit/tasks/development/2025-10-24-payment-api/
Example 2: Check feature for staging
User: /flowbit-reviews-production-readiness src/features/notifications/ --target=staging
Example 3: Comprehensive project check
User: /flowbit-reviews-production-readiness .
The production-readiness-checker will provide:
Ready to Deploy:
Deploy with Caution:
Do Not Deploy: