pr-review

Review GitHub pull requests, bot comments, and CI checks.

4|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/sensei-hacker/inav-claude --skill pr-review-sensei-hacker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/sensei-hacker/inav-claude/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/sensei-hacker/inav-claude --skill pr-review-sensei-hacker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive workflow for reviewing GitHub pull requests, ensuring thorough evaluation of code changes, bot suggestions, and CI checks to maintain high code quality.

Core Features & Use Cases

  • Quick PR Checkout: Easily fetch and switch to any pull request branch for local testing.
  • Bot Suggestion Review: Guides through carefully evaluating and acting on automated bot comments.
  • CI Build Verification: Check the status of all continuous integration checks and view detailed logs.
  • Local Testing & Feedback: Facilitates local testing of changes and provides commands for adding review comments or approvals.
  • Use Case: A developer needs to review a peer's pull request, including checking the code, verifying CI passes, evaluating bot suggestions, and providing constructive feedback before approval.

Quick Start

Review pull request number 1234 in the INAV firmware repository.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I review a GitHub pull request locally?

Pull request review involves fetching the PR branch, checking code diffs, verifying CI status, and evaluating bot suggestions before approving. This Skill guides you through checkout, diff inspection, CI verification, and local testing to assess changes comprehensively.

What should I check when reviewing a pull request?

Review pull requests by examining code changes, verifying continuous integration checks pass, reading automated bot comments for quality flags, and testing changes locally. This workflow ensures thorough evaluation of code quality and functionality before merge.

How do I verify CI checks on a pull request?

CI build verification checks the status of all continuous integration checks attached to your pull request and displays detailed logs. This lets you confirm automated tests pass and catch build failures before approving code changes.

Can I test pull request changes on my local machine?

Yes, this Skill enables quick PR checkout to fetch and switch to any pull request branch for local testing. You can then run tests locally and provide feedback or approval through review comments.

What are bot suggestions in pull request reviews?

Bot suggestions are automated comments from tools integrated with GitHub that flag potential code issues, style violations, or quality concerns. This Skill guides you through evaluating these suggestions carefully to decide whether to act on them before approval.

Do I need GitHub to use this pull request review workflow?

Yes, this Skill applies to GitHub pull request workflows and requires GitHub integration. It handles PR details, diffs, bot comments, and CI status specifically for GitHub repositories.