cyberneticlibrary

Automate GitHub Issue Fixes

gh-issuesskillsetup L30
Sheshiyer/skill-clusters
What it does

Fetch GitHub issues and spawn parallel agents to implement fixes

Best for

When auto-fixing many issues at once with sub-agents opening PRs in parallel

Inputs
  • · owner/repo
  • · issue filters (label, milestone, assignee)
Outputs
  • · pull requests with fixes
  • · PR summary with links
Requires
  • · GitHub REST API
  • · GH_TOKEN environment variable
Preconditions

GitHub API token in GH_TOKEN or ~/.openclaw/openclaw.json

Failure modes
  • · Auth failure (401/403)
  • · Empty issue result set
  • · Curl/jq not available
Trust signals
  • · 6-phase orchestration
  • · Dry-run mode
  • · Watch mode for ongoing polling