ci-pipeline-setup

Define a multi-stage CI pipeline with lint, typecheck, tests, build, and security checks.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Doyajin174/myskills --skill ci-pipeline-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-pipeline-setup
Source: https://github.com/Doyajin174/myskills/tree/main/.public/skills/ci-pipeline-setup
Command: npx skills add https://github.com/Doyajin174/myskills --skill ci-pipeline-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a mature CI pipeline, including lint, typecheck, tests, build, and security checks to ensure PRs are green.

Core Features & Use Cases

  • Multi-stage CI: Lint, typecheck, test, build, and security scans.
  • Branch protection: Guidance for ensuring CI gates are respected.
  • CD readiness: Provides a structure for deployment triggers and rollbacks.

Quick Start

Add a GitHub Actions workflow that runs lint, tests, and build on PRs.