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: