ci-cd-pipeline

Generate a GitHub Actions CI/CD pipeline plan with DAG-based issues in cicd-issues.md.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ischung/go-sdlc-gan --skill ci-cd-pipeline-ischung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-cd-pipeline
Source: https://github.com/ischung/go-sdlc-gan/tree/main/ci-cd-skill
Command: npx skills add https://github.com/ischung/go-sdlc-gan --skill ci-cd-pipeline-ischung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of CI/CD pipeline issues by analyzing a project's architecture and translating it into a structured set of GitHub Issues stored in cicd-issues.md, enabling teams to start implementation with a clearly defined DAG-based plan.

Core Features & Use Cases

  • Analyze project structure and generate a multi-level DAG of CI/CD tasks (L0–L3) with clearly defined prerequisites.
  • Create cicd-issues.md with detailed issue descriptions to drive GitHub Actions pipeline implementation.
  • Support best practices such as dependency caching, Docker Layer Caching, labeling, and optional GitHub Projects integration.

Quick Start

Run the /ci-cd-pipeline command to generate cicd-issues.md for your repository.

Frequently Asked Questions about ci-cd-pipeline

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

FAQPage Schema
How do I generate a structured GitHub Actions CI/CD pipeline plan from an existing project architecture?

To generate a CI/CD pipeline plan, this Skill analyzes your project's architecture and creates a multi-level DAG-based work item outline (L0–L3) with pre-defined prerequisites, saving the actionable issues into a cicd-issues.md file.

What is a DAG-based CI/CD pipeline issue breakdown?

A DAG-based CI/CD pipeline issue breakdown structures tasks across multiple levels (L0–L3) with parallelizable steps and clear prerequisites, covering static analysis, testing, docker builds, security scans, and deployment.

How do I create GitHub issues for dependency caching and Docker Layer Caching automation?

You can generate GitHub issues for dependency caching and Docker Layer Caching by running this Skill, which analyzes your project structure and outputs detailed work items enforcing these best practices in a cicd-issues.md file.

Does this CI/CD pipeline generator require existing GitHub Actions workflows to run?

Yes, this CI/CD pipeline generator requires your project context, including the existing repository structure and any current GitHub workflows, to accurately analyze the architecture and generate relevant issues.

Can I integrate generated CI/CD issues with GitHub Projects for tracking automation tasks?

Yes, the generated CI/CD issues support optional GitHub Projects integration, allowing you to track the structured DAG-based work items covering static analysis, unit tests, docker builds, and deployment steps.

What's the best way to plan parallelizable CI/CD tasks for static analysis and security scans?

The best way to plan parallelizable CI/CD tasks is to generate a multi-level DAG from your project context, which automatically structures static analysis, unit tests, and security scans into distinct levels with proper prerequisites.