What problem does it solve?
This Skill helps resolve merge conflicts on agent pull requests, rebase stale branches, and decide whether to salvage or redo a PR, streamlining the process of maintaining code integrity in collaborative agent development.
Core Features & Use Cases
- Conflict Diagnosis: Identifies files in conflict and analyzes commit history.
- Salvage vs. Redo Strategy: Provides clear criteria for deciding the best approach to fix a PR.
- Manual Insertion for Spec Files: Offers a reliable pattern for resolving conflicts in critical specification files where automated methods fail.
- Cherry-Pick Rebase Pattern: Outlines a robust method for recovering PRs on non-spec files.
- Stale PR Detection: Helps identify and manage PRs that have become redundant.
- Hot File Management: Tracks and provides strategies for managing files prone to frequent conflicts.
Quick Start
Use the agent-pr-recovery skill to diagnose merge conflicts on pull request number 123.