Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Manages GitHub issues autonomously by listing, filtering, and routing work to sub-agents. It creates pull requests with automated descriptions and tracks review comments until issues are resolved.
Automates the full issue-to-PR loop without manual context switching between GitHub UI, local editor, and CLI.
When to use it
- Triaging open bugs by label before a sprint
- Auto-assigning fixes to sub-agents when new issues arrive
- Opening PRs with descriptions generated from issue context
- Filtering milestone issues ahead of a release
- Monitoring PR review comments for requested changes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Fix all open bugs labeled 'priority' in owner/repo
- 1List open issues with label 'priority' using gh CLI
- 2Filter issues to identify actionable bug reports
- 3Spawn a sub-agent per issue with the title and description as context
- 4Each sub-agent implements a fix and opens a PR with an automated description
- 5Monitor new review comments on open PRs and respond to change requests
Open pull requests for each priority bug, each linked to its source issue with an automated description
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.