Orchestrates CI pipeline workflows, status monitoring, and debugging failed runs.

Install

mkdir -p .claude/skills/ci-kagenti && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17342" && unzip -o skill.zip -d .claude/skills/ci-kagenti && rm skill.zip

Installs to .claude/skills/ci-kagenti

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

CI pipeline monitoring, status checks, and PR validation workflows
66 charsno explicit “when” trigger
Beginner

Key capabilities

  • Check the status of current PR checks
  • Monitor a running CI job until completion
  • Investigate failures in CI pipelines
  • Fix and re-run CI iteratively
  • Determine the appropriate sub-skill based on context

How it works

The skill acts as a central point for CI pipeline management, directing to sub-skills like `ci:status`, `ci:monitoring`, `rca:ci`, or `tdd:ci` based on the user's need.

Inputs & outputs

You give it
User query about CI status, monitoring, or failure investigation
You get back
CI status, monitoring updates, root cause analysis, or instructions for fixing and re-running CI

When to use ci

  • Check CI status
  • Monitor running pipelines
  • Investigate CI failure

About this skill

flowchart TD
    PR([PR / Push]) --> CI{"/ci"}
    CI -->|Check status| STATUS["ci:status"]:::ci
    CI -->|Monitor running| MON["ci:monitoring"]:::ci
    CI -->|Failed, investigate| RCACI["rca:ci"]:::rca
    CI -->|Failed, fix + rerun| TDDCI["tdd:ci"]:::tdd

    STATUS --> RESULT{Result?}
    RESULT -->|All pass| DONE([Merge])
    RESULT -->|Failed| RCACI
    MON -->|Completed| STATUS

    RCACI --> ROOT[Root Cause]
    ROOT --> TDDCI
    TDDCI -->|CI passes| DONE

    classDef ci fill:#2196F3,stroke:#333,color:white
    classDef rca fill:#FF5722,stroke:#333,color:white
    classDef tdd fill:#4CAF50,stroke:#333,color:white

Follow this diagram as the workflow.

CI Skills

CI pipeline skills for monitoring and managing GitHub Actions workflows.

Auto-Select Sub-Skill

When this skill is invoked, determine the right sub-skill based on context:

What do you need?
    │
    ├─ Check current PR status (what passed/failed?)
    │   → Use `ci:status`
    │
    ├─ Monitor a running CI job (wait for it to finish)
    │   → Use `ci:monitoring`
    │
    ├─ CI failed and need to investigate
    │   → Use `rca:ci` (root cause analysis from logs)
    │
    └─ CI failed and need to fix + re-run
        → Use `tdd:ci` (commit, push, iterate)

Available Skills

SkillPurposeWhen
ci:statusCheck PR checks, failures, test resultsBefore/after pushing
ci:monitoringMonitor running jobs, create tasks for resultsAfter pushing, waiting

Quick Status Check

gh pr checks

Related Skills

  • rca:ci - Investigate CI failures
  • tdd:ci - Fix and re-run CI iteratively
  • ci:status - Detailed check status
  • ci:monitoring - Wait for running jobs

When not to use it

  • When CI is not using GitHub Actions workflows

Limitations

  • The skill is designed for GitHub Actions workflows.
  • It relies on sub-skills for specific functionalities.

How it compares

This skill provides a guided workflow for managing GitHub Actions CI, integrating status checks, monitoring, and failure resolution, which is more structured than manually interacting with CI tools.

Compared to similar skills

ci side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ci (this skill)05moReviewBeginner
service-mesh-observability52moNo flagsAdvanced
mlops-engineer33moNo flagsAdvanced
senior-devops77moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

service-mesh-observability

wshobson

Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.

574

mlops-engineer

sickn33

Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.

333

senior-devops

davila7

Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.

720

sentry-ci-integration

jeremylongshore

Manage integrate Sentry with CI/CD pipelines. Use when setting up GitHub Actions, GitLab CI, or other CI systems with Sentry releases and source maps. Trigger with phrases like "sentry github actions", "sentry CI", "sentry pipeline", "automate sentry releases".

113

cloud-functions

TencentCloudBase

Complete guide for CloudBase cloud functions development - runtime selection, deployment, logging, invocation, and HTTP access configuration.

18

debugging-workflows

githubnext

Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues

16

Search skills

Search the agent skills registry