review-branch

Analyzes Git/GitHub branch changes and proposes prioritized improvements for PR discussions.

888|82|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/videojs/v10 --skill review-branch-videojs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-branch
Source: https://github.com/videojs/v10/tree/main/.claude/skills/review-branch
Command: npx skills add https://github.com/videojs/v10 --skill review-branch-videojs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing branch changes manually is error-prone and slow. This Skill automates the review process by outlining issues and improvement plans without writing code.

Core Features & Use Cases

  • Gather change context from the current branch.
  • Categorize changes by impact and provide a high-level improvement plan.
  • Produce a concise summary suitable for PR discussions and planning.

Quick Start

Run the review-branch command to analyze the current branch and generate a prioritized improvement plan. Example invocations:

  • /review-branch
  • /review-branch 123
  • /review-branch https://github.com/videojs/v10/issues/123

Frequently Asked Questions about review-branch

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

FAQPage Schema
How do I generate a code review plan from a git branch diff?

To generate a code review plan from a git branch diff, run the review-branch command. It analyzes changes, categorizes impacts, and proposes improvements without writing code.

Can I include GitHub issue context when analyzing a git branch?

You can include GitHub issue context when analyzing a git branch by passing an issue number or URL as an argument to the review-branch command for tailored code review planning.

What is the best way to surface potential risks in a pull request?

Surfacing potential risks in a pull request involves analyzing branch diffs and categorizing modifications. This approach prepares a structured improvement plan for PR discussions.

Does this automated code review tool write code to fix branch issues?

This automated code review tool does not write code to fix branch issues. It focuses exclusively on identifying problems, gathering change context, and proposing an improvement plan.