pr-watch

Monitor GitHub Pull Requests for CodeRabbit approval and resolve review comments autonomously.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill pr-watch-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-watch
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/pr-watch
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill pr-watch-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, codex, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of waiting for CodeRabbit to approve a Pull Request, handling review comments autonomously without user intervention.

Core Features & Use Cases

  • Continuous Monitoring: Keeps track of a PR until CodeRabbit approves it.
  • Autonomous Comment Resolution: Uses sub-agents and codex CLI to address unresolved comments.
  • No User Approval Needed: Operates in a fully autonomous mode, making decisions independently.
  • Use Case: A developer pushes code for a critical feature late at night. This skill monitors the PR, automatically fixes any review comments raised by CodeRabbit using AI, and ensures the PR is approved by morning, all without waking the developer.

Quick Start

Start monitoring the current branch's PR for CodeRabbit approval every hour.

Frequently Asked Questions about pr-watch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CodeRabbit approval for a GitHub pull request?

Automate CodeRabbit approval by monitoring a GitHub pull request and using codex CLI to autonomously resolve review comments, test, commit, and push fixes until approval is granted.

What is autonomous PR monitoring and how does it work with CodeRabbit?

Autonomous PR monitoring continuously tracks a GitHub pull request for coderabbitai approval, using sub-agents to analyze unresolved comments and apply code modifications without user intervention.

Do I need codex CLI to automate resolving GitHub PR review comments?

Yes, codex CLI is required as it handles the autonomous code modification process, analyzing unresolved CodeRabbit comments and executing the necessary testing, committing, and pushing operations.

Can I automatically fix CodeRabbit review comments overnight without user approval?

Yes, this autonomous mode operates independently without user approval, monitoring the PR and automatically fixing review comments raised by CodeRabbit using AI to ensure approval by morning.

What happens if CodeRabbit does not respond to a pull request?

If no response is received, the autonomous monitoring system includes options for PR re-creation to continue the review and approval process without manual user intervention.

What dependencies are required to set up autonomous GitHub PR monitoring?

You need gh for GitHub interactions, jq for JSON data processing, and codex CLI for autonomous code modifications to run the continuous PR approval monitoring.