一键导入
deployment
Prepare deployment configuration, environment setup, health checks, and rollback procedures
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare deployment configuration, environment setup, health checks, and rollback procedures
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | deployment |
| description | Prepare deployment configuration, environment setup, health checks, and rollback procedures |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
Prepare production-ready deployment configurations.
# Application
NODE_ENV=production
PORT=3000
# Database
DATABASE_URL=postgres://...
# Auth
JWT_SECRET=<secret>
# External Services
REDIS_URL=redis://...
// GET /health
{
"status": "healthy",
"version": "1.0.0",
"checks": {
"database": "connected",
"redis": "connected"
}
}
Design RESTful APIs with proper resource modeling, error handling, pagination, and documentation
Design system architecture, data models, API contracts, and create Architecture Decision Records (ADRs)
Implement backend functionality including APIs, business logic, database operations, and integrations
Comprehensive code review checking for security, performance, maintainability, and best practices
Implement frontend user interfaces with modern frameworks, responsive design, and accessibility standards
Perform comprehensive security audits checking for OWASP Top 10 vulnerabilities and security best practices