ci-cd-and-automation
★ 8.7 · devops
ci-cd-and-automation is a Claude Code skill that automates the setup and modification of CI/CD pipelines, ensuring every change passes mandatory quality gates before reaching production. The skill covers a complete verification sequence: lint (eslint, prettier), type check (tsc --noEmit), unit tests (jest/vitest), build, database integration tests (PostgreSQL via GitHub Actions services), E2E tests (Playwright/Cypress), and security audit via npm audit. It provides ready-to-use GitHub Actions configurations for basic CI, Prisma-based integration tests, PR preview deployments, and feature-flag deployment strategies. Designed for developers setting up a new project pipeline, adding automated checks, debugging CI failures, or establishing a reliable continuous integration and delivery workflow.
- #ci-cd
- #github-actions
- #pipeline
- #automation
- #quality-gates