Download for macOS
Skill

ci

@google-gemini Updated 2026-08-02

A specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI failures. It handles run discovery automatically—simply provide the branch name.

aiai-agentscligeminigemini-apimcp-clientmcp-server

Install

git clone https://github.com/google-gemini/gemini-cli /tmp/gemini-cli && ln -s /tmp/gemini-cli/.gemini/skills/ci ~/.claude/skills/ci

From README

CI Replicate & Status This skill enables the agent to efficiently monitor GitHub Actions, triage failures, and bridge remote CI errors to local development. It defaults to automatic replication of failures to streamline the fix cycle. Core Capabilities Automatic Replication: Automatically monitors CI and immediately executes suggested test or lint commands locally upon failure. Real-time Monitoring: Aggregated status line for all concurrent workflows on the current branch. Fail-Fast Triage: Immediately stops on the first job failure to provide a structured report. Workflow CI Replicate (replicate) - DEFAULT Use this as the primary path to monitor CI and automatically replicate failures locally for immediate triage and fixing. Behavior: When this workflow is triggered, the agent will monitor the CI and immediately and automatically execute all suggested test or lint commands (marked with 🚀) as soon as a failure is detected.