github-review-pr

Coordinate parallel subagents to review GitHub pull requests and generate cited issue reports.

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill github-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-review-pr
Source: https://github.com/billlzzz26/note-taker-convex-ai-convex/tree/main/.agents/skills/github-review-pr
Command: npx skills add https://github.com/billlzzz26/note-taker-convex-ai-convex --skill github-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub pull request reviews are often slow and rely on a single perspective. This skill orchestrates parallel subagents to provide multi-faceted, high-signal feedback, improving review thoroughness and velocity.

Core Features & Use Cases

  • Parallel subagents provide diverse viewpoints (e.g., guidance compliance, bug detection, history context, past feedback, and code comments) to increase review quality.
  • Uses gh for interactions and avoids web fetch or app-level CI interactions; suitable for PRs in GitHub repos.
  • Generates a concise set of issues with evidence and citations for each finding, enabling faster follow-up.

Quick Start

Review the latest open PR in the target repository and generate a multi-angle code-review report.

Frequently Asked Questions about github-review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews with multi-agent workflows?

Automate GitHub pull request reviews by orchestrating parallel subagents that examine PR context, diff, and history to generate evidence-backed, prioritized code review findings. This multi-agent approach surfaces issues from diverse viewpoints like bug detection and guidance compliance.

Does the PR review workflow rely on external web fetches or CI actions?

No, the PR review workflow does not rely on external web fetches or CI actions. It uses the gh CLI for all GitHub interactions and operates locally by consulting project guidance files like CLAUDE.md and AGENTS.md.

How to generate structured code review findings from a GitHub PR diff?

Generate structured code review findings by coordinating subagents to analyze the PR diff and history. The workflow outputs a concise set of prioritized issues with evidence and citations for each finding, ensuring actionable feedback.

Can I use this multi-agent code review skill for any GitHub repository?

Yes, you can use this multi-agent code review skill for any GitHub repository. It is suitable for PRs in GitHub repos and adapts to project-specific guidance by consulting CLAUDE.md and AGENTS.md files.

What is the best way to improve code review thoroughness and velocity on GitHub?

The best way to improve code review thoroughness and velocity is using parallel subagents to provide multi-faceted, high-signal feedback. This approach analyzes guidance compliance, bug detection, and history context simultaneously.

Why should I use parallel subagents instead of a single agent for PR reviews?

Parallel subagents provide diverse viewpoints for PR reviews, including guidance compliance, bug detection, history context, and past feedback analysis. This multi-faceted approach increases review thoroughness and velocity compared to a single perspective.