What problem does it solve?
Managing a large backlog of GitHub issues and pull requests across an active open-source project requires consistent triage, root-cause analysis, refactoring, and verified closure. This Skill automates that end-to-end campaign by coordinating isolated worker subagents over the issue queue.
Core Features & Use Cases
- Fleet Orchestration: Spawns bounded worker subagents in isolated worktrees to investigate, fix, refactor, and land repairs in parallel.
- Root-Cause Repair: Proves defects against current source and upstream dependencies before accepting a fix, preferring clean refactors over narrow patches.
- Verified Closure: Traces ancestry, runs independent verifier challenges, and posts evidence-backed closure comments only when the primary symptom is resolved.
- Use Case: Run a discovery sweep over the open issue queue to find the five best-qualified bugs, assign each to a worker, land the verified fixes, and close the proven items in one campaign.
Quick Start
Use the openclaw-repair-sweep skill to run a discovery batch of five repairs over the open OpenClaw issue queue and report landed PRs and closed issues.