review-github-pr

Review GitHub pull requests and submit APPROVE or REQUEST_CHANGES decisions.

15|1|Updated Jan 9, 2016
One-click install
npx skills add https://github.com/nanozuki/crows --skill review-github-pr-nanozuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-github-pr
Source: https://github.com/nanozuki/crows/tree/main/configs/agents/skills/review-github-pr
Command: npx skills add https://github.com/nanozuki/crows --skill review-github-pr-nanozuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review GitHub pull requests, read the PR description, existing discussion, and branch handoff context, and ensure a consistent final decision is recorded on GitHub.

Core Features & Use Cases

  • Read PR metadata, discussion threads, and handoff context to inform reviews.
  • Validate the final decision with a guaranteed outcome of APPROVE or REQUEST_CHANGES, submitted directly to GitHub.
  • Support scenarios including applying a review after local code checks or after collaborative handoffs in the PR workflow.

Quick Start

Provide a PR URL or number and let the skill read the PR, evaluate findings, and submit the final GitHub review.

Frequently Asked Questions about review-github-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews end-to-end?

To automate GitHub pull request reviews, provide a PR URL or number to read metadata, evaluate findings, and submit a final APPROVE or REQUEST_CHANGES decision directly to GitHub.

Can I use branch handoff context to inform a code review on GitHub?

Yes, the review process reads branch handoff context, PR descriptions, and existing discussion threads to inform the final code review decision submitted to GitHub.

What do I need to start reviewing pull requests automatically?

You need a valid GitHub pull request URL or number to initiate the review workflow, which then evaluates local context and submits the final review outcome directly.

Does automated PR review support responding to existing feedback?

Yes, automated PR review supports applying reviews after local code checks, approving changes, requesting changes, and responding to existing feedback within the PR workflow.

Are there limitations when enforcing a final GitHub review outcome?

The workflow enforces a strict final outcome of either APPROVE or REQUEST_CHANGES, meaning it does not support leaving neutral or comment-only reviews without a decisive status.