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.
Decision snapshot
Is this a fit?
Developers using OpenEnv, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Can write or update data, Write actions, Filesystem access, Shell access
Copy skill directory
22 days ago · BSD-3-Clause license
Confirm write permissions and scope before use. Access note: Local files. Access note: Shell access.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using OpenEnv
Declared skill metadata
- Source file: .claude/skills/watch-pr/SKILL.md
Allowed tools declared by source
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- Local files
- Shell access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.