Poll Ci banner
oalders oalders

Poll Ci

Git community

Description

--- description: Polls the current branch's CI run and reports pass/fail/in-progress (fallback for monitor-ci) --- Poll the status of the current branch's CI run and report back when it finishes. Use this as a fallback for monitoring CI **when a `/monitor-ci` command is not present** in the environment. If `/monitor-ci` is available, prefer it — it is purpose-built for this project. `poll-ci` is the generic, `gh`-based fallback. Steps: 1. Determine the current branch: ```bash git rev-pa

Installation

Installs to ~/.claude/skills/oalders-kitchen-sink-poll-ci/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalders-kitchen-sink-poll-ci && curl -fsSL https://raw.githubusercontent.com/oalders/kitchen-sink/HEAD/commands/poll-ci.md -o ~/.claude/skills/oalders-kitchen-sink-poll-ci/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository