review-pr

Identify high-confidence issues in local code changes and diffs.

Updated Sep 10, 2025
One-click install
npx skills add https://github.com/tillysoso/mv1 --skill review-pr-tillysoso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/tillysoso/mv1/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/tillysoso/mv1 --skill review-pr-tillysoso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The review-pr skill helps developers perform a disciplined local self-review by surfacing only high-confidence issues found in the current local diff or branch, reducing noise before committing or handing changes to a PR workflow.

Core Features & Use Cases

  • Local self-review default: analyzes the current diff or uncommitted changes to identify actionable issues.
  • Context-aware validation: cross-references changed files with repository instruction files to highlight policy or guideline violations.
  • Structured reporting: organizes findings into Must fix before push, Should fix soon, and Ready for handoff, with concrete next steps.
  • Handoff readiness: generates a concise summary suitable for PR review or triage.

Quick Start

Run /review-pr on your current changes to generate the local review report.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I perform a local code review on my current diff before pushing?

To perform a local code review, analyze your current diff to identify high-confidence issues, mapping each finding to exact changed lines and outputting a structured report with Must fix before push, Should fix soon, and Ready for handoff sections.

What is the best way to find high-confidence issues in uncommitted local changes?

The best way to find high-confidence issues in local changes is to run a validation workflow that cross-references staged or unstaged changes with repository guidelines, focusing on actionable findings rather than generic style feedback.

Can I review my current branch diff against its base locally?

Yes, you can review your current branch diff against its base locally by applying a validation workflow that identifies actionable issues and maps them to exact changed lines for a structured local review report.

Does local code self-review work with repository instruction files?

Yes, local code self-review works with repository instruction files by cross-referencing changed files against them to highlight policy or guideline violations, ensuring your code complies with established project standards before pushing.

How do I generate a PR handoff summary from my local diff?

Generate a PR handoff summary by validating your local diff, which organizes high-confidence findings into Must fix before push, Should fix soon, and Ready for handoff sections with concrete next steps and a concise triage summary.

Why does my local code review only show high-confidence issues?

Your local code review only shows high-confidence issues to reduce noise before committing or handing changes to a PR workflow, deliberately avoiding generic style feedback to focus strictly on actionable findings mapped to changed lines.