b2b-web-review-pr

Automate prioritized P1/P2/P3 code reviews on GitHub pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-web-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2b-web-review-pr
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-web/review-pr
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-web-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open PRs require manual review and coordination. This Skill automates the analysis and submission of prioritized reviews (P1/P2/P3) to accelerate feedback on code changes.

Core Features & Use Cases

  • Automated open PR analysis and review submission based on priority (P1/P2/P3).
  • Supports single PR or batch processing with options like --dry-run and --cached.
  • Integrates with GitHub CLI to fetch diffs, review status, and submit reviews, enabling end-to-end automation.

Quick Start

Provide a PR number or 'all'/'pending' to process open PRs and generate prioritized reviews automatically.

Frequently Asked Questions about b2b-web-review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews?

Automate GitHub pull request reviews by fetching open PR diffs and submitting prioritized feedback automatically. This Skill analyzes changes and submits structured code reviews to accelerate feedback without manual intervention.

Can I batch process multiple open PRs for code review?

Yes, you can batch process code reviews for multiple open PRs. Supply 'all' or 'pending' instead of a specific PR number to fetch diffs and submit prioritized reviews across repositories in a single run.

How does prioritized code review analysis work?

Prioritized code review analysis evaluates PR diffs and categorizes feedback into P1, P2, and P3 severity levels. This mechanism ensures critical issues are highlighted first, accelerating the manual review coordination process.

Does this automated PR review require the GitHub CLI?

Yes, automated PR review requires the GitHub CLI environment. The Skill implements environment checks and uses gh pr review commands to fetch diffs, check review status, and submit the final prioritized code review comments.

Can I run a dry run before submitting automated PR reviews?

Yes, you can run a dry run before submitting automated PR reviews. Using the --dry-run option generates the prioritized analysis locally without submitting the review to GitHub, ensuring accuracy before execution.

What are the limitations of automated code review analysis?

Automated code review analysis relies on predefined review rules and diff fetching. It does not replace human judgment for complex architectural decisions, and cached results from --cached may miss very recent PR updates if not refreshed.