Deploy Skill
Trigger Context
This skill activates automatically when the task involves:
- Deploying to staging or production
- CI/CD pipeline configuration
- Docker / container builds
- Cloud provider (AWS, GCP, Azure) operations
Workflow
Pre-deploy Checklist
- All tests passing:
npm test - No lint errors:
npm run lint - Environment variables set for target environment
- Database migrations reviewed
Deploy Steps
# Build production artifact
npm run build
# Run
[Description truncada. Veja o README completo no GitHub.]