pr-review

Parses pull request diffs and categorizes issues by severity.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/NIMBUS-MX/nimbus-skills --skill pr-review-nimbus-mx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/NIMBUS-MX/nimbus-skills/tree/main/skills/pr-review
Command: npx skills add https://github.com/NIMBUS-MX/nimbus-skills --skill pr-review-nimbus-mx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing pull requests by providing concise, severity-tagged feedback, enhancing code quality and collaboration.

Core Features & Use Cases

  • Fast, Concise Feedback: Offers one-line feedback per issue, keeping the review focused and actionable.
  • Severity-Tagged Findings: Categorizes issues by severity for quick prioritization.
  • Use Case: When a pull request is submitted, automatically review the code for potential issues and provide immediate feedback to the contributor.

Quick Start

Run the pr-review skill to review the latest PR in the current branch.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for a pull request?▼

Automate code review for a pull request by parsing the diff to identify changes and categorize issues into critical, high, medium, and low severity. This provides concise, one-line feedback per issue to keep the review focused and actionable.

What is severity tagging in software quality checks?▼

Severity tagging in software quality checks categorizes code issues into critical, high, medium, and low levels. This mechanism helps developers quickly prioritize and address the most impactful problems found during a pull request review.

How do I get concise feedback on a pull request diff?▼

Get concise feedback on a pull request diff by analyzing the code changes and context to generate one-line feedback per issue. This lightweight approach ensures the review remains focused on actionable improvements without intrusive commentary.

Can I integrate pull request reviews directly into my developer workflow?▼

You can integrate pull request reviews directly into your developer workflow by running the review process on the latest PR in the current branch. This provides immediate, non-intrusive feedback to the contributor automatically upon submission.

What's the best way to prioritize issues found in code changes?▼

Prioritize issues found in code changes by categorizing them into critical, high, medium, and low severity levels. This tagging approach allows developers to focus immediately on high-impact software quality problems before addressing minor ones.

What is a lightweight approach to reviewing pull request diffs?▼

A lightweight approach to reviewing pull request diffs involves parsing the changes and providing severity-tagged, one-line feedback per issue. This method satisfies the need for a non-intrusive review tool that integrates seamlessly into existing developer workflows.