pr-review

Automate GitHub pull request reviews by handling comments, fixes, and threads.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/samykabu/sanduq --skill pr-review-samykabu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/samykabu/sanduq/tree/main/skills/devtools/skills/pr-review
Command: npx skills add https://github.com/samykabu/sanduq --skill pr-review-samykabu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review process for GitHub pull requests, ensuring code quality and efficiency by handling review comments, applying fixes, and resolving threads.

Core Features & Use Cases

  • Automated Review Comments Handling: Classify and address PR review comments.
  • Fix Plan Creation and Execution: Generate and execute a fix plan with user approval.
  • Thread Resolution: Systematically resolve review threads for PRs.
  • Use Case: Streamline the process of reviewing pull requests by automating tasks like addressing review comments, applying fixes, and summarizing the review process.

Quick Start

Run the /devtools:pr-review <number-or-url> command to start the PR review process.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub pull request review for code quality?

Automate GitHub pull request review by fetching PR metadata, analyzing diffs, classifying comments, applying fixes, and resolving threads through GitHub API interactions. This skill handles the entire review workflow to ensure code quality and efficiency.

What is the process for resolving review threads on a GitHub PR?

Resolving review threads on a GitHub PR involves systematically addressing each comment, creating a fix plan, executing it with user approval, and then closing the thread via the GitHub API. This automates the manual tracking of conversation resolutions.

Do I need GitHub API authentication to automate PR review comments?

Yes, GitHub API authentication is required to automate PR review comments. Authentication allows the skill to securely fetch pull request metadata, post comments, and resolve review threads within your GitHub repositories.

Can I apply fixes to a GitHub pull request automatically?

Yes, you can apply fixes to a GitHub pull request automatically. The skill generates a fix plan based on review comments and executes the necessary changes after receiving user approval, streamlining the correction process.

How do I start an automated code review for a specific pull request?

Start an automated code review for a specific pull request by running the review command with the PR number or URL. This initiates the process of analyzing the diff, handling comments, and proposing fixes.