review-prs-cc

Review open GitHub pull requests and produce critical reports requiring approval.

44.0k|5.9k|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/diegosouzapw/OmniRoute --skill review-prs-cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-prs-cc
Source: https://github.com/diegosouzapw/OmniRoute/tree/main/.agents/skills/review-prs-cc
Command: npx skills add https://github.com/diegosouzapw/OmniRoute --skill review-prs-cc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents risky or incomplete changes by systematically analyzing open GitHub pull requests, surfacing critical issues, and requiring explicit approval before any implementation happens.

Core Features & Use Cases

  • PR discovery & retrieval: Fetches all open pull requests (including full metadata and diffs) from the target GitHub repository.
  • Multi-dimensional critical review: Evaluates feature relevance, code quality, security, architecture fit, cross-layer completeness, and test coverage for each PR.
  • User-controlled merge workflow: Produces a per-PR critical report, waits for approval, then applies fixes on the appropriate PR/release branches with safety guardrails.

Quick Start

Use the review-prs-cc skill to analyze all open pull requests for OmniRoute, generate a critical report for each one, and stop to ask for your approval before proceeding.

Frequently Asked Questions about review-prs-cc

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

FAQPage Schema
How do I automate GitHub pull request reviews before merging to main?

Automated pull request reviews fetch open GitHub PRs, analyze metadata and diffs, and generate critical scored reports that gate merges behind explicit user approval. This prevents risky changes by surfacing mandatory fixes before integration.

What does a multi-dimensional code review cover for GitHub pull requests?

A multi-dimensional code review evaluates feature relevance, code quality, security, architecture fit, cross-layer completeness, and test coverage. It fetches full PR metadata and diffs to produce a scored verdict with mandatory fixes before merge.

How do I gate pull request merges to a release branch for conflict-safe staging?

Gating pull request merges requires redirecting PRs targeting main to a release/vX.Y.Z branch for conflict-safe staging and integration. The review process produces critical reports and stops to ask for explicit user approval before applying fixes.

Can I require explicit approval before applying fixes to open pull requests?

Yes, you can require explicit approval before applying fixes. The review workflow produces a per-PR critical report, halts execution, and waits for user approval before proceeding to apply fixes on the appropriate release branches with safety guardrails.

What is the best way to perform a security audit on open GitHub pull requests?

Performing a security audit on open GitHub pull requests involves fetching full PR diffs and analyzing security vulnerabilities alongside architecture and testing dimensions. This produces a scored verdict identifying mandatory fixes required before merge approval.

Do I need to enumerate PR numbers manually to review open pull requests?

Yes, enumerating PR numbers is required. The review process requires enumerating pull request numbers to fetch full PR metadata and diffs, enabling comprehensive analysis of feature, code, security, architecture, and testing dimensions for each targeted PR.