What problem does it solve?
Batch PR workflows can become error-prone and slow when coordinating multiple changes across parallel features. This skill provides a guided, auditable pathway to discover open batch PRs, perform cross-PR analysis, and execute a safe, ordered merge cycle with per-PR reviews and automatic conflict handling.
Core Features & Use Cases
- Discover batch PRs by scanning plan records and identifying open PRs across platforms.
- Delegate cross-PR analysis to the built-in analyzer and present a recommended merge order with conflict classifications.
- Perform per-PR reviews via the review-pr skill, then merge and update local state with robust failure handling.
- Optional batch-simplify hand-holding to clean cross-feature duplication before final merges.
- Generate auditable artifacts and keep CI status in sync for traceability.
Quick Start
Run the arn-code-batch-merge workflow to discover open batch PRs and begin the guided review loop.