ci-cd

Automates lint, typecheck, test and build quality gates for CI systems.

12|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/helderberto/agent-skills --skill ci-cd-helderberto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd
Source: https://github.com/helderberto/agent-skills/tree/main/skills/ci-cd
Command: npx skills add https://github.com/helderberto/agent-skills --skill ci-cd-helderberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate quality gates so no change reaches production without passing tests, lint, type checking, and build.

Core Features & Use Cases

  • Defines a standard quality-gate pipeline that runs lint, typecheck, unit tests, and build before merge.
  • Includes integration and optional security audits, platform mappings, and starter configurations for GitHub Actions, Buildkite, and GitLab CI.

Quick Start

Create a CI workflow that runs lint, typecheck, tests, and build for your project.

Frequently Asked Questions about ci-cd

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

FAQPage Schema
How do I set up a CI pipeline that enforces quality gates before merge?

To set up a CI pipeline with quality gates, configure a prescriptive workflow that runs lint, typecheck, unit tests, and build in a defined gate order. This prevents any code change from reaching production without passing all verification rules.

Can I use this CI configuration with Buildkite and GitLab CI?

Yes, you can use this configuration with Buildkite and GitLab CI. The skill provides platform mappings and starter configurations that adapt standard quality gates across GitHub Actions, Buildkite, GitLab CI, and other CI systems.

How does caching and parallelism work in automated quality gate pipelines?

Caching and parallelism optimize pipeline execution by storing dependencies and running independent quality gates concurrently. The skill implements prescriptive configuration that applies these performance strategies alongside defined gate order and verification rules.

Does the pipeline support security audits alongside lint, typecheck, tests, and build?

Yes, the pipeline supports security audits alongside the standard lint, typecheck, tests, and build stages. Security audits are included as an optional integration within the quality gate configuration.

When should I apply standard quality gates to an existing project pipeline?

You should apply standard quality gates to an existing project pipeline when modifying it to ensure changes cannot reach production without passing verification. The skill supports both new project pipelines and modifications with its prescriptive configuration.