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
- • Workflow uses least-privilege permissions
- • Build/test gates run before deploy
- • Caching and matrix choices are justified