review-branch

Review the current branch against main for quality, security, performance, and testing gaps.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/takemi-ohama/ai-plugins --skill review-branch-takemi-ohama
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-branch
Source: https://github.com/takemi-ohama/ai-plugins/tree/main/plugins/ndf/skills/review-branch
Command: npx skills add https://github.com/takemi-ohama/ai-plugins --skill review-branch-takemi-ohama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers perform a pre-PR self-review by comparing the current branch to main and surfacing feedback on code quality, security, performance, and tests.

Core Features & Use Cases

  • Diff-based analysis: highlights changes relative to main and identifies risk areas.
  • Holistic feedback: provides actionable recommendations across readability, security, performance, and test coverage.
  • Use Case: before opening a PR, run this Skill to reduce review cycles and catch issues early.

Quick Start

Run /ndf:review-branch to generate a pre-PR review for the current branch

Frequently Asked Questions about review-branch

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

FAQPage Schema
How do I self-review code changes before opening a pull request?▼

Run a pre-PR branch review to compare your current branch against main. The diff analysis surfaces actionable feedback on code quality, security, performance, and test coverage to reduce review cycles.

What is diff-based static analysis for branch review?▼

Diff-based static analysis compares your current branch to main, highlighting code changes and identifying risk areas. It enforces deterministic evaluation using code-quality checks and structured feedback rules.

Can I target specific risk areas like security and performance in a pre-PR review?▼

Yes, pre-PR branch reviews provide holistic, actionable recommendations across readability, security, performance, and test coverage. This targets specific risk areas based on your diffed code changes.

How do I check test coverage gaps when preparing a PR?▼

Check test coverage gaps by running a pre-PR branch review against main. The analysis evaluates your code changes and provides targeted feedback on tests and risk areas before PR submission.

Does branch review work without external dependencies?▼

Branch review works without external dependencies. It uses deterministic diff analysis and internal structured feedback rules to evaluate code quality, security, performance, and tests.