What problem does it solve?
This Skill reduces the time you spend triaging GitHub issues by automatically fetching matching issues and having parallel sub-agents implement fixes and open pull requests.
Core Features & Use Cases
- Issue fetching with filters: Select issues by owner/repo, label, milestone, assignee, and state, and exclude pull requests from the returned results.
- Parallel auto-fix orchestration: Runs up to 8 concurrent sub-agents to create fix branches, implement changes, push to your fork (optional), and open PRs via the GitHub REST API.
- PR review comment remediation: Optionally monitors open fix PRs and spawns a review-fix agent to address actionable review feedback.
- Operational modes: Supports watch polling, cron-safe fire-and-forget spawning, dry-run inspection, and approvals workflow via confirmation prompts.
Quick Start
Run the Skill with your repo and a label filter by telling OpenClaw: Fetch and auto-fix open GitHub issues in owner/repo labeled bug, limit to 5, then open PRs with the changes.