review-pr

Review local branch diffs across ten code domains with automated verification.

2|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/cleanunicorn/agents-library --skill review-pr-cleanunicorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/cleanunicorn/agents-library/tree/main/skills/review-pr
Command: npx skills add https://github.com/cleanunicorn/agents-library --skill review-pr-cleanunicorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive review of your code changes before they are merged into the main branch, identifying potential issues and improvements.

Core Features & Use Cases

  • Multi-domain Review: Analyzes code across ten specialized domains (correctness, architecture, dead code, docs, refactor, testing, UX polish, visual design, security, conventions).
  • Automated Verification: Verifies each finding against the actual code to avoid false positives.
  • User Decision Path: Allows users to choose how to handle identified issues (apply changes, auto-apply verified issues, or do nothing).

Quick Start

Run the '/review-pr' skill to review changes in your current branch.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I conduct a thorough code review on a local branch diff before merging?

Conduct a thorough code review by analyzing your local branch diff across ten specialized domains and verifying findings against project guidelines to produce a prioritized list of issues for action.

What is automated pre-commit code analysis and how does it avoid false positives?

Automated pre-commit code analysis evaluates branch changes across domains like correctness, architecture, and security, automatically verifying each finding against actual code to eliminate false positives before presenting results.

Can I check my code changes against a project's declared guidelines automatically?

Yes, you can check code changes against declared guidelines by running a parallel multi-domain review that validates branch diffs and allows you to apply verified changes or handle issues manually.

What's the best way to review code for security, architecture, and dead code simultaneously?

The best way to review code for security, architecture, and dead code simultaneously is using a parallel multi-domain analysis that checks the branch diff across ten areas and prioritizes verified findings for user action.

How do I handle identified code quality issues after a branch analysis?

Handle identified code quality issues after branch analysis by choosing to apply changes, auto-apply verified issues, or do nothing, based on the prioritized list of verified findings presented for user decision.

Does pre-commit code review work without external dependencies or plugins?

Yes, pre-commit code review works without external dependencies, operating as a standalone skill that analyzes local branch changes and verifies findings against project guidelines internally.