pr-watcher

Monitors GitHub pull requests for CodeRabbit review feedback and applies in-scope fixes.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/mujtaba3B/gstack-extensions --skill pr-watcher-mujtaba3b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-watcher
Source: https://github.com/mujtaba3B/gstack-extensions/tree/main/eng/skills/pr-watcher
Command: npx skills add https://github.com/mujtaba3B/gstack-extensions --skill pr-watcher-mujtaba3b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill continuously watches a GitHub pull request for CodeRabbit review activity and helps you turn review feedback into clean, attributable fixes without manually polling or rechecking threads.

Core Features & Use Cases

  • Passive review sensing: Waits for CodeRabbit to finish a review round, then returns the new actionable items in a compact batch.
  • Safe fix workflow: Classifies feedback, applies only in-scope changes, runs the required validation steps, commits atomically, and pushes updates back to the PR.
  • Review response handling: Replies to inline and top-level review comments, records escalations, and skips noise such as status pings and nitpicks.
  • Use case: A developer asks it to watch an open PR after /ship so the assistant can keep draining CodeRabbit feedback until the PR is ready for the next stage.

Quick Start

Use the pr-watcher skill to watch the current pull request for CodeRabbit feedback and keep applying safe fixes until the review queue is clear.

Frequently Asked Questions about pr-watcher

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

FAQPage Schema
How do I automate CodeRabbit pull request feedback handling on GitHub?

Automate CodeRabbit pull request feedback by watching a GitHub PR for review activity, classifying actionable items, and applying safe fixes. The workflow waits for review rounds to finish, batches new feedback, commits in-scope changes, and pushes updates back to the active branch.

What is the best way to keep draining CodeRabbit review comments until a PR is ready?

Keep draining CodeRabbit review comments by continuously polling commit status and tracking comment threads on an open PR. This passive sensing mechanism returns compact batches of new actionable items after each settled review round, skipping noise like status pings and nitpicks.

Does automated GitHub PR feedback handling edit files outside the pull request diff?

Automated GitHub PR feedback handling applies strict scope control to avoid edits outside the PR diff. It only applies in-scope changes, runs required validation steps, and commits atomically to ensure modifications remain safely within the reviewed branch boundaries.

Can I reply to inline CodeRabbit review comments automatically?

You can reply to inline and top-level CodeRabbit review comments automatically. The review response handling workflow records escalations, replies to pertinent threads, and skips noise such as status pings and nitpicks during the autonomous PR maintenance cycle.

Do I need GitHub API access to monitor pull request review feedback?

You need GitHub API access to monitor pull request review feedback. The autonomous PR maintenance workflow requires API access for commit-status polling, comment-thread tracking, and pushing atomic fix-and-push cycles back to the active branch.