ci-cd-and-automation

Automate CI/CD quality gates in GitHub Actions workflows.

Updated May 26, 2026
One-click install
npx skills add https://github.com/koolerkx/vibe-react-2d-map-editor-yaml --skill ci-cd-and-automation-koolerkx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-and-automation
Source: https://github.com/koolerkx/vibe-react-2d-map-editor-yaml/tree/main/.claude/skills/ci-cd-and-automation
Command: npx skills add https://github.com/koolerkx/vibe-react-2d-map-editor-yaml --skill ci-cd-and-automation-koolerkx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates CI/CD quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and does so consistently on every single change.

Core Features & Use Cases

  • Quality gates: ensure lint, type checks, unit tests, and builds must pass before merging.
  • GitHub Actions configuration: provide pipelines like basic CI, database integration tests, and optional E2E tests.
  • Operational guidance: includes best practices for failure feedback to agents and rollback strategies to maintain reliability.

Quick Start

Configure a GitHub Actions workflow that installs dependencies, runs lint, type-check, tests, build, and security audits on every PR.

Frequently Asked Questions about ci-cd-and-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up CI/CD quality gates in GitHub Actions?

To set up CI/CD quality gates in GitHub Actions, configure a workflow that installs dependencies and runs lint, type checks, unit tests, builds, and security audits on every pull request to enforce standards before merging.

What quality checks should a deployment pipeline run before production?

A deployment pipeline should run lint, type checking, unit tests, builds, and security audits as quality gates. Enforcing these checks ensures no change reaches production without passing validation consistently on every commit.

Does this CI/CD automation support database integration tests and E2E tests?

Yes, this CI/CD automation supports database integration tests and optional E2E tests. It provides GitHub Actions pipeline configurations that validate database operations and end-to-end workflows alongside standard build gates.

Why do I need automated quality gates instead of manual code review?

Automated quality gates are needed because they catch what humans and agents miss. They serve as the enforcement mechanism for every other standard, ensuring consistent validation of lint, types, and tests on every single change.

Can I add bundle size checks and security audits to my GitHub Actions workflow?

Yes, you can add bundle size checks and security audits to your GitHub Actions workflow. The pipeline enforces these checks alongside lint, type validation, and testing to prevent unverified code from reaching production.

What are the best practices for CI/CD failure feedback and rollback strategies?

Best practices for CI/CD failure feedback and rollback strategies include providing actionable failure feedback to agents and maintaining reliable rollback mechanisms. This ensures pipeline reliability when build, lint, or deployment gates fail.