A comprehensive orchestrator skill that fetches issues from a repo, presents them for confirmation, performs pre-flight checks (auth, remotes, existing PRs), and spawns focused sub-agents to implement fixes and open pull requests. It also monitors fix/issue-* PRs for review comments and can spawn review-fix agents to address feedback. The skill uses curl + GitHub REST API and is designed for automated or cron-driven runs.
Use this skill to automate repetitive issue triage and fix workflows: bulk-fix simple issues, run cron-mode processing to pick the next eligible issue, or run review-only checks to handle reviewer comments. It's suited for repositories where small, well-scoped fixes can be auto-implemented by agents.
Designed for autonomous agent runtimes that can call the GitHub API and spawn sub-agents (OpenClaw sessions, ACP/ClawFlow). Works with agent frameworks that support exec/curl and sessions_spawn functionality.
This skill has not been reviewed by our automated audit pipeline yet.