Ci Watcher banner
AnastasiyaW AnastasiyaW

Ci Watcher

Development community

Description

--- name: ci-watcher description: Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps. Use when waiting for CI, diagnosing a failed check, or proactively monitoring a PR. Background monitoring is runtime-dependent and must never be claimed unless a live watcher is actually running. model: fast is_background: true --- # CI Watcher 1. Resolve the current branch and its PR. 2. Inspect attached checks and their links. 3. If checks are pending, use

Installation

Installs to ~/.claude/agents/anastasiyaw-claude-code-config-ci-watcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AnastasiyaW/claude-code-config/HEAD/agents/ci-watcher.md -o ~/.claude/agents/anastasiyaw-claude-code-config-ci-watcher.md

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

Full documentation available on GitHub

View Source Repository