branch-change-reviewer

Review Git branch changes and generate Markdown reports with findings.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill branch-change-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-change-reviewer
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/core/branch-change-reviewer
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill branch-change-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers evaluate branch changes without modifying code by identifying meaningful risks, regressions, architecture issues, and testing gaps before changes are merged.

Core Features & Use Cases

  • Diff-Based Review: Analyze a current branch against a target Git branch and produce focused review findings based on code changes and surrounding context.
  • Engineering Risk Assessment: Check for regressions, maintainability concerns, missing tests, architectural drift, and style issues worth raising.
  • Review Artifact Generation: Create concise Markdown review reports with severity-ranked findings, open questions, and summaries for team workflows.

Quick Start

Use the branch-change-reviewer skill to review my current branch against origin/main and write a Markdown report with any actionable findings.

Frequently Asked Questions about branch-change-reviewer

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

FAQPage Schema
How do I review a git branch diff for regressions before merging?

A branch review evaluates git branch changes against a target branch to identify regressions, architecture issues, and testing gaps. It generates a Markdown report with severity-ranked findings to highlight actionable engineering risks before merging.

Can I generate a code review report for my current branch against origin/main?

You can generate a code review report by comparing your current branch against origin/main. The process produces a concise Markdown artifact containing severity-ranked findings, open questions, and summaries for team engineering workflows.

What engineering risks should I check for when analyzing branch changes?

When analyzing branch changes, you should check for regressions, maintainability concerns, missing tests, architectural drift, and style issues. These engineering risk assessments help identify meaningful problems before changes are merged.

Does the branch review process modify my source code?

No, the branch review process does not modify your source code. It strictly evaluates branch diffs and surrounding context to produce focused review findings and Markdown artifacts, ensuring your repository remains untouched during the assessment.

What is the best way to assess architectural drift in a feature branch?

The best way to assess architectural drift in a feature branch is through a diff-based review against the target branch. This analysis identifies maintainability concerns and architectural issues, generating actionable findings for your team.