
de agi_ananas173
Orchestrates fetching GitHub issues, spawning sub-agents to implement fixes, open PRs, and monitor/handle review comments using the GitHub REST API.
This skill is a full orchestrator for automatically processing GitHub issues: it fetches issues, presents them for confirmation, runs pre-flight checks, and spawns parallel sub-agents to implement fixes and open pull requests. It also monitors PRs for review comments and can spawn review-fix agents. All GitHub interactions use curl + the REST API (no gh CLI). The skill encodes phases for argument parsing, issue fetching, confirmation, pre-flight checks, spawning, results collection, and a dedicated PR review handler.
Use this skill when you want an automated pipeline to triage and attempt fixes for issues in a repository, especially for maintenance tasks or large backlog cleanups. It's appropriate for cron-driven or interactive workflows, supports fork-mode for pushing to forks, watch mode for continuous polling, and a cron-safe mode for single-issue sequential processing.
Designed for OpenClaw-style agent runtimes that can exec shell commands and spawn sub-agents (sessions_spawn). Works with agents that expose curl/git and can accept GH_TOKEN in the environment.
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.