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.

2) Keep jobs deterministic and isolated

Installs
2
GitHub Stars
9
First Seen
Feb 27, 2026
ci-cd — yelmuratoff/agent_sync