Gemini
Skill 4 of 23
A specialized skill for Gemini CLI that provides high-performance, fail-fast monitoring of GitHub Actions workflows and automated local verification of CI failures.
2 minutes · 363 words · 7 sections
Install
npx skills add google-gemini/gemini-cli --skill cinpx skills add google-gemini/gemini-cliThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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.
Credited skills
23 skills · 59 min
Use 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]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.
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .gemini/skills/*/SKILL.md, packages/core/src/skills/builtin/*/SKILL.md, tools/caretaker-agent/cloudrun/triage-worker/.gemini/skills/*/SKILL.md, tools/gemini-cli-bot/.gemini/skills/*/SKILL.md.h1 and no skipped levels:/google-gemini/gemini-cli.md, and each skill at its own .md URL.1 file · 9 KB
Everything this skill ships beside its prose. All of it is set here, as a subchapter of skill 4.
Executable code the skill can run.