rc:review-pr

Automate GitHub pull request reviews with diff filtering and safe code repairs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Room-C/ai-dev-workflow --skill rc-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rc:review-pr
Source: https://github.com/Room-C/ai-dev-workflow/tree/main/skills/review-pr
Command: npx skills add https://github.com/Room-C/ai-dev-workflow --skill rc-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the repetitive and time-consuming aspects of GitHub PR reviews, including diff filtering, automated feedback, and safe code repairs, ensuring consistent code quality without manual overhead.

Core Features & Use Cases

  • Intelligent Diff Filtering: Automatically ignores noise like lockfiles, generated code, and binary assets to focus on human-authored changes.
  • Automated Repair & Verification: Performs safe, gated code fixes and verifies them before pushing, reducing the back-and-forth between reviewers and authors.
  • Bounded Tracking: Provides a safe, single-wake follow-up mechanism for PR events, preventing infinite loops while ensuring issues are tracked to resolution.

Quick Start

Use the rc:review-pr skill to review the current pull request and apply automated fixes where possible.

Frequently Asked Questions about rc:review-pr

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

FAQPage Schema
How do I automate GitHub pull request code reviews?

Automate GitHub pull request code reviews by filtering diff noise, applying deterministic code repairs, and managing review lifecycles. This skill uses git, gh, and jq to provide consistent code quality and idempotent review comments.

What is the best way to ignore lockfiles and generated code during a PR review?

Intelligent diff filtering automatically ignores noise like lockfiles, generated code, and binary assets during a PR review. This focuses automated feedback exclusively on human-authored changes to maintain consistent code quality.

Can automated code repair safely push commits to a pull request?

Automated code repair safely pushes commits by performing gated code fixes and verifying them before pushing. This reduces back-and-forth between reviewers and authors while ensuring safe automated commits.

How does bounded tracking prevent infinite loops in automated PR events?

Bounded tracking prevents infinite loops in automated PR events by using a safe, single-wake follow-up mechanism. This ensures issues are tracked to resolution without triggering repetitive automated review cycles.

Do I need gh and jq installed to automate PR review and repair?

Yes, you need gh and jq installed along with git to automate PR review and repair. These dependencies are required for managing GitHub pull request lifecycles, applying deterministic repairs, and bounded event tracking.