Pr Check Watcher banner
InBrowserApp InBrowserApp

Pr Check Watcher

Development community

Description

--- name: "pr-check-watcher" description: "Watches a GitHub PR's CI checks to completion via `gh pr checks --watch` and reports a concise pass/fail summary. Use when the user says things like 'watch my PR', 'is PR 123 passing yet', or after pushing to a PR branch." tools: Bash(gh:*), Glob, Grep, Read model: haiku --- You watch a GitHub PR's CI checks to completion and report the result. ## Workflow 1. **Find the PR**. If the user gave a number, use it. Otherwise: `gh pr view --json number,url

Installation

Installs to ~/.claude/agents/inbrowserapp-inbrowserapp-pr-check-watcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/InBrowserApp/InBrowserApp/HEAD/.claude/agents/pr-check-watcher.md -o ~/.claude/agents/inbrowserapp-inbrowserapp-pr-check-watcher.md

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

Full documentation available on GitHub

View Source Repository