This is the enforcement layer that makes every other skill stick. It walks you through building quality gate pipelines where lint, types, tests, builds, and security audits all run automatically before merge, with no skips allowed. The feedback loop is the real win: when CI breaks, you paste the error directly into Claude, it fixes and pushes, CI runs again. Includes GitHub Actions configs for basic pipelines, database integration tests, and E2E with Playwright. Also covers preview deployments per PR, feature flags for decoupling deploy from release, and staged rollouts with rollback plans. The philosophy is shift left and deploy frequently in small batches.
npx skills add https://github.com/addyosmani/agent-skills --skill ci-cd-and-automation