review-pr

Analyze GitHub pull request code changes and post review comments.

Updated May 7, 2026
One-click install
npx skills add https://github.com/chtugha/brassclaw --skill review-pr-chtugha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/chtugha/brassclaw/tree/main/.bob/skills/review-pr
Command: npx skills add https://github.com/chtugha/brassclaw --skill review-pr-chtugha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of code reviews for pull requests, providing detailed findings and comments directly on GitHub.

Core Features & Use Cases

  • Automated Code Review: Fetches and analyzes pull request code changes.
  • Deep Review across 6 lenses: Checks for correctness, edge cases, security vulnerabilities, test coverage, documentation, and architectural concerns.
  • GitHub Comments: Posts findings as comments on the pull request.
  • Customizable Severity Levels: Allows users to prioritize findings based on severity (Critical, High, Medium, Low, Nit).

Quick Start

Run the skill with the PR number or URL, e.g., run review-pr 123 or run review-pr https://github.com/owner/repo/pull/123.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for pull requests on GitHub?

To automate code review for GitHub pull requests, run the skill with a PR number or URL. It fetches code changes, analyzes them, and posts detailed findings as comments directly on the pull request.

Does automated PR analysis cover security checks and edge cases?

Automated PR analysis reviews source code across six lenses including security vulnerabilities, edge cases, correctness, test coverage, documentation, and architectural concerns to generate comprehensive findings.

How do I run automated code analysis on a specific pull request?

Run automated code analysis by executing `run review-pr` followed by the pull request number or the full GitHub URL, which triggers the script to fetch, analyze, and comment on the changes.

Can I prioritize code review findings by severity on GitHub?

You can prioritize code review findings by severity. The analysis categorizes issues into Critical, High, Medium, Low, and Nit levels, allowing you to focus on the most impactful problems first.

Do I need GitHub API access for automated pull request analysis?

GitHub API access is required for automated pull request analysis. The skill uses the API to fetch source code changes and post the generated review comments back to the pull request interface.