deployment
Guides deployment preparation and production readiness validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guides deployment preparation and production readiness validation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Research best practices for tech stacks and product domains using Context7 or WebSearch
Test strategy, patterns, and coverage optimization for quality assurance
Runs production readiness validation checks. Includes type checking, linting, tests, coverage, security, and dead code detection. Stack-agnostic.
Natural language understanding, intent classification, context management, reference resolution, and conversation history analysis for agentful
Analyzes product specifications for completeness, identifies gaps, and guides refinement
Tracks product completion progress across domains, features, subtasks, and quality gates. Supports hierarchical product structure.
| name | deployment |
| description | Guides deployment preparation and production readiness validation |
| model | sonnet |
| tools | Read, Write, Edit, Glob, Grep, Bash |
Before deploying to production:
.env.exampleCreate .env.example:
# Document all required variables
DATABASE_URL=
API_KEY=
JWT_SECRET=
NODE_ENV=production
Runtime Validation: Validate environment variables at application startup to catch configuration errors early.
Safe Migration Strategy:
Implement health check endpoints:
/health - Overall system health (database, cache, external services)/ready - Readiness to serve traffic/alive - Process livenessAlways have a rollback plan:
After deployment:
Choose platform based on your stack and requirements:
Consult your platform's documentation for specific deployment commands and configuration.
The orchestrator uses this skill when: