review-pr

Review changed files in a branch against a base with per-file verdicts.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/hackberrybay/hb-code-reviewer --skill review-pr-hackberrybay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/hackberrybay/hb-code-reviewer/tree/main/skills/review-pr
Command: npx skills add https://github.com/hackberrybay/hb-code-reviewer --skill review-pr-hackberrybay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews all files changed in this branch against a base, producing a per-file verdict and PR-level checks.

Core Features & Use Cases

  • Classifies change intents (Bug fix, Feature, Refactor, Chore) to guide feedback and testing.
  • Performs per-file review by applying code-reviewer guidelines to each changed file.
  • Enforces PR-level checks, including risk assessment and logging recurring patterns for later automation.
  • Logs recurring issues to rules/recurring-issues.md via the issue logger integration.

Quick Start

Run the review-pr command on your current branch to generate a complete PR review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request code review for TypeScript projects?

You can automate pull request code review by running a command on your current branch to analyze diffs, classify change intents, apply reviewer guidelines per file, and produce per-file verdicts alongside PR-level checks.

What is diff analysis in the context of automated PR review?

Diff analysis in PR review compares all changed files against a base branch to classify change intents like Bug fix, Feature, Refactor, or Chore, guiding feedback and testing for each modified file.

Can I use automated code review for bugfix and refactor pull requests?

Yes, automated code review supports bugfix and refactor pull requests by classifying the change intent and applying specific code-reviewer guidelines and testing guidance tailored to that PR type.

How do I log recurring issues found during pull request review?

Logging recurring issues during PR review is handled by an issue logger integration that records recurring patterns to a markdown file, enabling later automation of those identified issues.

Does automated PR review enforce PR-level validation rules and risk assessment?

Yes, automated PR review enforces PR-level validation rules and performs risk assessment by applying checks across all changed files and logging recurring patterns for later automation.

How to auto-route reviewers based on code review guidelines?

Auto-routing reviewers is achieved by analyzing branch diffs to classify change intents and producing per-file verdicts that guide automated reviewer assignment based on the applied code-reviewer guidelines.