| name | cicd-generation |
| description | Security-first CI/CD workflow generation (GitHub Actions). |
CI/CD Generation
Purpose
Generate production-ready CI/CD workflows with fail-fast checks and secure defaults.
Inputs
- language/runtime
- package manager
- quality gate commands
- deployment target
Process
- Detect build, test, lint, typecheck commands.
- Design fail-fast job order.
- Add caching and matrix only when needed.
- Set minimal permissions and secure auth strategy.
- Add deployment steps with rollback awareness.
Output Format
- analysis summary
- workflow file path
- required secrets/variables
- validation command
Quality Checks