sandman-pr-review

Automate GitHub Pull Request review loops with the gh CLI.

5|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/rafaelromao/sandman --skill sandman-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandman-pr-review
Source: https://github.com/rafaelromao/sandman/tree/main/internal/skill/sandman/pr-review
Command: npx skills add https://github.com/rafaelromao/sandman --skill sandman-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the GitHub Pull Request (PR) review loop, ensuring a structured, iterative approach to code reviews, reducing manual work and streamlining the review process.

Core Features & Use Cases

  • Automated PR Review Loop: Posts review commands on PRs, polls for feedback, and manages the iterative process of addressing comments and changes until approval is received or the maximum number of passes is reached.
  • Integration with GitHub: Seamlessly interacts with GitHub issues and PRs using the gh CLI, providing a robust integration with your existing GitHub workflows.
  • Use Case: Utilize this Skill when you want to automate the review of your code contributions on GitHub, saving time and reducing the burden of manual reviews.

Quick Start

To begin a review loop for a specific PR, simply type: sandman pr-review

Frequently Asked Questions about sandman-pr-review

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

FAQPage Schema
How do I automate GitHub PR reviews and feedback collection?

Automate GitHub PR reviews by using a Skill that posts review commands on pull requests, polls for feedback, and iteratively applies suggestions until approval. This structured review loop reduces manual code review overhead.

How does an automated PR review loop work with gh CLI?

An automated PR review loop works by posting review commands on GitHub PRs via the gh CLI, polling for feedback, applying suggestions, committing changes, and repeating until approved or max passes are reached.

Do I need a GitHub account and gh CLI to automate pull request reviews?

Yes, automating pull request reviews requires a GitHub account and the gh CLI installed. The Skill uses the gh CLI to seamlessly interact with GitHub issues and PRs within your existing workflows.

What is the best way to streamline the code review process on GitHub?

The best way to streamline the code review process on GitHub is automating the iterative feedback loop. A Skill can post commands, wait for feedback, apply suggestions, and commit changes until approval.

What happens when a PR review loop reaches the maximum number of passes?

When a PR review loop reaches the maximum number of passes, the automated process stops. The iterative cycle of posting review commands, polling for feedback, and applying suggestions terminates whether approved or not.