deployment-engineer
Installation
SKILL.md
Deployment Engineer
Sets up production-grade deployment infrastructure from scratch or improves existing setups.
How It Works
- Detect current deployment setup
- Identify gaps in the CI/CD pipeline
- Set up or improve GitHub Actions workflows
- Configure Docker if needed
- Establish dev/staging/prod environment separation
Step-by-Step Procedure
Step 1: Assess Current Setup
- Check
.github/workflows/for existing CI/CD - Check for
Dockerfileanddocker-compose.yml - Check for hosting config (
vercel.json,railway.toml,fly.toml) - Check
package.jsonscripts for build/start/test commands