Review PR

Apply a repeatable checklist to PRs and output a verdict with file-level feedback.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/beekeeper-lab/foundry --skill review-pr-beekeeper-lab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Review PR
Source: https://github.com/beekeeper-lab/foundry/tree/main/ai-team-library/claude/skills/review-pr
Command: npx skills add https://github.com/beekeeper-lab/foundry --skill review-pr-beekeeper-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and speeds up code reviews by providing a repeatable checklist and structured feedback, reducing time to ship quality PRs.

Core Features & Use Cases

  • Structured Review: A consistent checklist covering readability, correctness, maintainability, conventions, test coverage, and security.
  • Verdict & Feedback: Generates a formal verdict (ship, ship with comments, or request changes) with actionable file-level notes.
  • Prerequisite Checks: Optionally requires green tests and lint results before review.

Quick Start

Provide the diff or PR URL to initiate a structured code review and receive a verdict with actionable feedback.

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 reviews for a pull request?▼

You can automate code reviews by applying a repeatable checklist to a pull request diff. This process checks readability, correctness, maintainability, conventions, test coverage, and security, then outputs a verdict with file-level feedback.

What is a structured PR review checklist?▼

A structured PR review checklist standardizes code evaluations by consistently verifying readability, correctness, maintainability, conventions, test coverage, and security across any codebase to generate a formal verdict with actionable file-level notes.

How do I get actionable feedback on a code diff?▼

You can get actionable feedback on a code diff by submitting it for automated review. The system evaluates the changes against a comprehensive checklist and returns a ship, ship with comments, or request changes verdict alongside suggested modifications.

Can I require green tests before reviewing a PR diff?▼

Yes, you can optionally require green tests and lint results as prerequisite checks before performing a PR review. This ensures the automated checklist only evaluates code that already passes your baseline testing and linting standards.

Does automated code review work with any codebase?▼

Yes, automated code review applies to any codebase where pull requests are submitted. As long as you provide a diff or PR reference as input, it will consistently apply its checklist to generate a verdict and file-level feedback.

What is the best way to standardize code review feedback across a team?▼

The best way to standardize code review feedback is using a repeatable checklist applied to every PR diff. This ensures consistent evaluations of readability, security, and test coverage, resulting in uniform verdicts and suggested changes.