watch-pr Skill
Monitor a PR's CI checks and Greptile code review after submission. Polls CI status, auto-fixes failures via ralph-loop, waits for Greptile review, addresses comments, and iterates until green. Published by huggingface in OpenEnv.
What is watch-pr Skill?
Monitor a PR's CI checks and Greptile code review after submission. Polls CI status, auto-fixes failures via ralph-loop, waits for Greptile review, addresses comments, and iterates until green. Published by huggingface in OpenEnv. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using OpenEnv
Technical details
- Install or run with Copy skill directory
When to use watch-pr Skill
- Use it for developers using openenv.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/watch-pr/SKILL.md
What it does
Monitor a PR's CI checks and Greptile code review after submission. Polls CI status, auto-fixes failures via ralph-loop, waits for Greptile review, addresses comments, and iterates until green.
Skill instructions
/watch-pr Monitor a submitted PR until CI passes and code reviews are addressed. EXECUTE THESE STEPS NOW When this skill is invoked, you MUST execute these steps immediately. Do NOT just describe what will happen — actually do it. Step 0: Resolve PR Number and Repo Extract the PR number from $ARGUMENTS. If no argument was provided, detect from the current branch: bash gh pr view --json number -q '.number' If no PR is found, stop with: "No PR found for current branch. Create one with gh pr create or pass a PR number: /watch-pr 123" Also resolve the repo identifier: bash gh repo view --json nameWithOwner -q '.nameWithOwner' Store as PRNUMBER and REPO. Initialize counters: - CIFIXCOUNT = 0 (max 5) - REVIEWFIXCOUNT = 0 (max 3) Report to the user: Watching PR <PRNUMBER Monitoring CI and reviews for https://github.com/<REPO/pull/<PRNUMBER --- Step 1: WAITINGCI — Poll CI Checks Run the CI polling script with a 30-minute timeout: bash bash .claude/hooks/ci-wait.sh <PRNUMBER 1800 Important: Set
Explore related resources
Frequently asked questions
What is watch-pr?
watch-pr is a open-source AI agent skill with Copy skill directory. Monitor a PR's CI checks and Greptile code review after submission. Polls CI status, auto-fixes failures via ralph-loop, waits for Greptile review, addresses comments, and iterates until green.
Who is watch-pr best for?
watch-pr is best for reusing agent instructions, scripts, and references.
How do I install watch-pr?
Install or run watch-pr using Copy skill directory. Check watch-pr for the latest setup command.
Is watch-pr actively maintained?
watch-pr may need a closer maintenance check before production use.
Auto-fetched from GitHub.