merge-review

Review pending fleet worktree merges and detect file-level conflicts across branches.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill merge-review-buckeyes22
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: merge-review
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/citadel-protocols/skills/merge-review
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill merge-review-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews pending fleet worktree merges before they're accepted. Reads the merge-check queue, detects file-level conflicts between branches, proposes a safe merge order, and surfaces reconciliation plans for overlapping changes.

Core Features & Use Cases

  • Detects and surfaces pending merges from the queue; analyzes diffs and branch existence; identifies overlapping files and conflicts; proposes a safe merge order and reconciliation plans.
  • Supports multi-branch scenarios with risk assessment per branch (low/medium/high) and generates a consolidated report.
  • Use Case: A team has several worktrees pending merge; this skill analyzes conflicts and outputs a plan to merge safely.

Quick Start

Run /merge-review to process the full queue and generate the merge report.

Frequently Asked Questions about merge-review

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

FAQPage Schema
How do I detect file-level conflicts across git worktree branches before merging?▼

A merge review reads the pending queue, performs diff analyses across branches, and identifies overlapping files to detect file-level conflicts before they are accepted. It outputs a structured report detailing the conflicts and necessary reconciliations.

What is the best way to determine a safe merge order for multiple pending worktree branches?▼

The best way to determine a safe merge order is to assess per-branch risk levels for overlapping changes. A merge review evaluates the queue, identifies file-level conflicts, and proposes a structured sequence for merging branches to avoid integration failures.

Can I automate reporting for multi-branch git worktree merges?▼

Yes, you can automate reporting for multi-branch git worktree merges by running a merge review on the full queue. It assesses risk per branch and outputs a consolidated report with actionable recommendations for the entire pending fleet.

Does the merge review process support scenarios with overlapping changes in multiple branches?▼

Yes, the merge review process specifically supports multi-branch scenarios where overlapping changes require reconciliation. It performs diff analyses to assess per-branch risk and surfaces reconciliation plans for the conflicting files.

How do I generate a merge report for a fleet of pending worktree merges?▼

To generate a merge report for a fleet of pending worktree merges, run the merge-review command on the full queue. It parses pending merges, analyzes diffs, detects conflicts, and outputs a consolidated report with a safe merge order.