branch-merge-review

Review parallel branch pull requests for integration conflicts and GitHub issue updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AJB-ajb/MeshIt --skill branch-merge-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-merge-review
Source: https://github.com/AJB-ajb/MeshIt/tree/main/.agents/skills/branch-merge-review
Command: npx skills add https://github.com/AJB-ajb/MeshIt --skill branch-merge-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill prevents integration issues that arise when multiple developers or AI agents work on parallel branches, ensuring code correctness and stability before merging.

Core Features & Use Cases

  • Conflict Detection: Identifies logical conflicts in file changes, schema migrations, and duplicate features.
  • Reference Validation: Checks for broken imports, links, and configuration references.
  • Issue Management: Automates closing, updating, or creating GitHub issues based on merge outcomes.
  • Use Case: Before merging a new feature branch into dev, use this skill to automatically scan for potential conflicts with other ongoing work, ensuring a clean and stable codebase.

Quick Start

Use the branch-merge-review skill to review the pull request with number 123.

Frequently Asked Questions about branch-merge-review

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

FAQPage Schema
How do I detect merge conflicts between parallel branches before integration?

To detect merge conflicts between parallel branches, you can use an automated code review process that identifies file conflicts, migration ordering problems, and duplicate features. This ensures code correctness and stability before merging parallel work.

How do I automate GitHub issue status updates after a pull request merge?

Automating GitHub issue status updates after a pull request merge requires a tool that manages issue tracking by closing, updating, or creating issues based on the final merge outcomes. This ensures correct issue status tracking post-merge.

What is integration testing for schema migration ordering in GitHub Actions?

Integration testing for schema migration ordering in GitHub Actions is a validation process that checks for logical conflicts in database changes across parallel branches. It ensures migrations are applied in the correct sequence before merging code.

How do I check for broken imports and configuration references in a pull request?

Checking for broken imports and configuration references in a pull request involves running reference validation during code review. This process scans for broken links and configuration issues to prevent integration problems before merging.

Can I review a specific pull request for integration issues using a script?

Yes, you can review a specific pull request for integration issues by passing the pull request number to an automated review script. The script executes a four-phase process including context gathering, checklist review, issue management, and reporting.

What is the best way to prevent duplicate features when multiple developers work on parallel branches?

The best way to prevent duplicate features when multiple developers work on parallel branches is to perform an automated conflict detection review before merging. This identifies overlapping functionality and ensures a clean, stable codebase.