What problem does it solve? Maintainers of the OpenClaw repository need a disciplined way to turn scattered issues and stale pull requests into a small set of verified, merge-ready bugfix PRs without touching risky SDK or architecture boundaries. ## Core Features & Use Cases - Candidate triage: Clusters open issues and PRs, proves root causes in current code, and rejects features, SDK-boundary changes, and speculative reports. - Repair and publish loop: Rebases branches on current main, adds regression tests, runs autoreview, pushes the exact reviewed head, and verifies live GitHub CI is green. - Hygiene and ledger: Closes duplicates and already-fixed issues with proof, preserves contributor credit, and maintains an accepted/rejected/closed ledger ending in exactly five PR URLs. - Use Case: A maintainer asks the agent to sweep the OpenClaw tracker and return five landable bugfix PRs, each with proof commands, clean autoreview, and green CI. ## Quick Start Ask the agent to use the openclaw-landable-bug-sweep skill to find or repair five small high-confidence non-SDK-boundary OpenClaw bugfix PRs and get them landable.