ci

Generate and update CI/CD pipeline YAML files for GitHub Actions, GitLab, and Bitbucket.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill ci-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/ci
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill ci-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and maintenance of Continuous Integration and Continuous Deployment (CI/CD) pipelines, ensuring your project's build, test, and deployment processes are efficient and reliable.

Core Features & Use Cases

  • Pipeline Generation: Creates new CI/CD configurations tailored to your project's technology stack.
  • Pipeline Updates: Modifies existing pipelines to incorporate new tools, commands, or best practices.
  • Failure Diagnosis & Fixing: Identifies and resolves issues within failing CI pipelines.
  • Status Monitoring: Provides insights into the current health and recent runs of your CI pipelines.
  • Use Case: Automatically generate a GitHub Actions CI pipeline for a new Python project that includes linting, type checking, testing with coverage, security scanning, and Docker building.

Quick Start

Generate a GitHub Actions CI pipeline for your current project stack.

Frequently Asked Questions about ci

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

FAQPage Schema
How do I automate CI/CD pipeline generation for GitHub Actions?

By reading project technology stack details from `prd/00_technology.md` and example templates, this Skill generates and modifies CI/CD pipeline YAML files for GitHub Actions, GitLab, and Bitbucket. It automatically includes stages like lint, typecheck, test, security scanning, and build tailored to your stack.

What is the best way to fix a failing CI pipeline configuration?

To fix a failing CI pipeline, this Skill diagnoses failures and updates your pipeline configurations to resolve issues across GitHub Actions, GitLab, and Bitbucket. It identifies problems within the YAML files and modifies platform-specific job definitions to ensure successful lint, typecheck, test, and build stages.

Can I generate CI/CD pipelines for both mobile and Docker builds?

Yes, you can generate CI/CD pipelines for both mobile and Docker builds. This Skill handles platform-specific job definitions, ensuring stages like lint, typecheck, test, security, and build are correctly included for mobile and Docker workflows across GitHub Actions, GitLab, and Bitbucket.

How do I update an existing CI pipeline to include security scanning?

To update an existing CI pipeline to include security scanning, this Skill modifies your current pipeline configurations to incorporate new tools, commands, and best practices. It reads your stack details and updates the YAML files to ensure security stages are properly integrated alongside lint, typecheck, and build jobs.

Does this CI/CD automation tool work with GitLab and Bitbucket?

Yes, this CI/CD automation tool works with GitLab and Bitbucket, alongside GitHub Actions. It generates, updates, and fixes pipeline configurations across these platforms by reading your project stack details and creating platform-specific YAML files with appropriate job definitions for your build and test stages.

What technology stack details do I need before generating a CI pipeline?

Before generating a CI pipeline, you need to provide your project technology stack details in a `prd/00_technology.md` file. The Skill reads this markdown file, along with any example templates, to accurately create or modify pipeline YAML files that match your specific framework and build requirements.