github-actions-cicd
Installation
SKILL.md
GitHub Actions CI/CD Skill
Quick Start
- Read Phase 5 Constitution -
constitution-prompt-phase-5.md - Create workflows directory -
.github/workflows/ - Set up CI pipeline - Test, lint, build on PR
- Set up CD pipeline - Deploy to staging/production
- Configure secrets - Docker registry, K8s credentials
- Add branch protection - Require CI to pass