pr-resolver
OfficialAutomate resilient pull request resolution
System Documentation
What problem does it solve?
This Skill automates the diagnosis and remediation flow required to finish blocked GitHub pull requests, removing manual toil when merges are blocked by CI, merge conflicts, or actionable review comments. It centralizes decision logic, enforces retry/backoff policies, and produces structured artifacts so humans or other skills can inspect and act when automated remediation cannot complete.
Core Features & Use Cases
- Bounded Orchestration: Runs finalize checks with exponential backoff and escalates to full remediation cycles when needed.
- Delegation to Specialized Fixers: Directs actionable problems to targeted skills such as fix-merge-conflicts, fix-comments, and fix-ci rather than implementing fixes inline.
- Deterministic Snapshot & Artifacts: Produces snapshot.json, result.json, and per-attempt artifacts to enable reproducible runs and manual inspection.
- Use Case: Automatically attempt to finalize a PR that is blocked by transient CI or minor merge conflicts, escalate to remediation runs, and report clear next steps when manual review is required.
Quick Start
Run the orchestrator against the target PR (by number or branch) to attempt automated resolution and emit structured result artifacts.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pr-resolver Download link: https://github.com/MoonLadderStudios/MoonMind/archive/main.zip#pr-resolver Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.