.gemini/skills/ci/SKILL.md
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.
npx skillsauth add google-gemini/gemini-cli ciInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
replicate) - DEFAULTUse this as the primary path to monitor CI and automatically replicate failures locally for immediate triage and fixing.
node .gemini/skills/ci/scripts/ci.mjs [branch]status)Use this when you have pushed changes and need to monitor the CI and reproduce any failures locally.
node .gemini/skills/ci/scripts/ci.mjs [branch] [run_id]npm test -w <pkg> -- <path>
command suggested.npm run lint:all or the specific package
lint command.tsc output or build logs to resolve
compilation issues.gh run view --job <job_id> --log for
infrastructure or setup failures.The underlying scripts automatically filter noise (Git logs, NPM warnings, stack trace overhead). The agent should focus on the "Structured Failure Report" provided by the tool.
tools
Speak like a pirate.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.
tools
A friendly greeter skill
development
Use this skill when asked to review text and user-facing strings within the codebase. It ensures that these strings follow rules on clarity, usefulness, brevity and style.