ci-cd
Installation
SKILL.md
CI/CD (Fast Feedback, Safe Delivery)
When to use
- Creating or updating CI workflows.
- Reducing pipeline duration or flaky failures.
- Defining release gating for production deployments.
Steps
1) Define triggers and required checks
- Trigger CI on pull requests and pushes to
main. - Mark format/analyze/test workflows as required checks before merge.
- Keep required checks minimal but sufficient for regression prevention.