ci

Detect and analyze CI/CD pipelines across major platforms.

161|21|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/softspark/ai-toolkit --skill ci-softspark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci
Source: https://github.com/softspark/ai-toolkit/tree/main/app/skills/ci
Command: npx skills add https://github.com/softspark/ai-toolkit --skill ci-softspark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

CI/CD pipelines are often misconfigured or hard to audit, leading to flaky builds and delayed releases.

Core Features & Use Cases

  • Detects configured CI platforms (GitHub Actions, GitLab CI, Jenkins, Bitbucket Pipelines, CircleCI) in a repository.
  • Analyzes pipeline structure to identify present stages and suggest improvements or templates.
  • Use Case: A project with a misconfigured CI setup can automatically discover its platform and get template recommendations for fixes.

Quick Start

Run the detect command on your project directory to generate a concise CI report.

Frequently Asked Questions about ci

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

FAQPage Schema
How do I detect which CI/CD platform a repository is configured to use?

To detect CI/CD platforms, run the analysis command on your project directory. It parses configuration files to identify whether your project uses GitHub Actions, GitLab CI, Jenkins, Bitbucket Pipelines, or CircleCI.

What's the best way to audit a CI pipeline for missing stages?

Auditing a CI pipeline is done by parsing your config files to identify common stage patterns. The analysis reveals present stages and suggests a template reference when improvements or missing templates are detected.

Does this CI detection support both Jenkins and Bitbucket Pipelines?

Yes, CI detection supports both Jenkins and Bitbucket Pipelines. It applies to projects using these platforms alongside GitHub Actions, GitLab CI, and CircleCI to report platform type and configuration details.

How do I get template recommendations for a misconfigured GitHub Actions workflow?

To get template recommendations for a misconfigured GitHub Actions workflow, run the detection script. It analyzes the pipeline structure, identifies issues, and suggests a template reference for fixes.

Why are my CI builds flaky and how can I analyze the pipeline configuration?

Flaky builds often stem from misconfigured CI pipelines. You can analyze the pipeline configuration by parsing the config files to identify present stages and discover missing templates or structural improvements.

Can I use this to identify configuration files across multiple CI platforms at once?

Yes, you can use this to identify configuration files across multiple CI platforms. It detects and analyzes pipelines across major platforms simultaneously to report platform type and detected stages.