run-local-review

Generate a local AI review as a markdown report with chat summary.

1|Updated May 2, 2026
One-click install
npx skills add https://github.com/abeyuya/skills --skill run-local-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-local-review
Source: https://github.com/abeyuya/skills/tree/main/plugins/pr-review/skills/run-local-review
Command: npx skills add https://github.com/abeyuya/skills --skill run-local-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you review a pull request locally before you create or submit it, so you can catch issues early and refine changes without spending time writing GitHub review comments by hand.

Core Features & Use Cases

  • Local orchestration for AI PR review: Runs a thin orchestrator that delegates review drafting to the compose-review flow while keeping you in the local branch context.
  • Dual output (chat + markdown file): Produces a concise chat summary and a complete markdown review report saved to a path you control.
  • Configurable diff scope constraints: Lets you set base branch and inline comment limits, while respecting compose-review’s own diff-mode behavior.
  • No GitHub posting: Avoids remote API calls by design; it generates documentation and guidance only.

Quick Start

Ask your Claude Code to run run-local-review on your current branch and write the markdown report to /tmp/run-local-review/report.md.

Frequently Asked Questions about run-local-review

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

FAQPage Schema
How do I get an AI code review locally before creating a pull request?

You can generate a local AI review for your current git branch as a comprehensive markdown report with a chat summary, allowing you to catch and refine issues before submitting a PR.

Can I run a pre-PR review workflow without making remote GitHub API calls?

Yes, you can run a pre-PR review workflow that avoids remote GitHub API calls by design, generating documentation and guidance only as a markdown file saved to a path you control.

How do I configure the diff scope and inline comment limits for a local AI review?

You can set the base branch and inline comment limits to configure the diff scope, while the orchestrator delegates review drafting and honors those output constraints.

What is the best way to output local AI PR review feedback as a markdown report?

The best way is to generate dual output: a concise chat summary for immediate guidance and a complete markdown review report saved to a specified file path.

Does local AI code review work directly within my current git branch context?

Yes, local AI code review works within your current git branch context by running a thin orchestrator that delegates review drafting while keeping you in the local environment without posting comments remotely.

What are the limitations of generating local AI reviews instead of posting to GitHub?

The limitation of generating local AI reviews is that it avoids remote API calls by design and only generates documentation and guidance, meaning no actual review comments are posted to the GitHub platform.