What problem does it solve?
This Skill helps you prevent risky changes from reaching production by automating CI/CD quality gates like linting, type checking, tests, builds, security auditing, and optional E2E verification.
Core Features & Use Cases
- Quality gate pipeline: Enforces a consistent pre-merge checklist (lint, type check, unit tests, build, integration, optional E2E, security audit, bundle size checks).
- CI configuration templates: Provides GitHub Actions workflow patterns for Node-based projects, including caching and common job structure.
- Deployment safety patterns: Supports preview deployments, feature flags, staged rollouts, rollback workflows, and environment/secret separation.
- Agent feedback loop: Turns CI failures into actionable instructions for agents to fix issues and re-run verification instead of disabling checks.
Quick Start
Tell your AI to generate GitHub Actions workflows for your project that run lint, type checks, unit tests, build, security audit, and (optionally) Playwright E2E on every pull request and push to main.