一键导入
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 职业分类
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Internal engine for managing project documentation and technical standards in .agyflow/docs/. Handles file operations, INDEX.md generation, and AGENTS.md integration. Invoked by flow-init, standards-update, and standards-discover skills.
Initialize AI SDLC framework with intelligent project analysis and documentation generation
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
| 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: "production-readiness-checker"
description: "Production readiness check"
prompt: |
Verify production readiness at: [path from user or from question]
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: /agyflow:reviews-production-readiness .agyflow/tasks/development/2025-10-24-payment-api/
Example 2: Check feature for staging
User: /agyflow:reviews-production-readiness src/features/notifications/ --target=staging
Example 3: Comprehensive project check
User: /agyflow:reviews-production-readiness .
The production-readiness-checker will provide:
Ready to Deploy:
Deploy with Caution:
Do Not Deploy: