GitHub Issues
Desarrollo
Corrige automáticamente issues de GitHub con agentes de IA en paralelo
- Lanza hasta 8 agentes de corrección simultáneos
- Modo vigilancia para detectar nuevos issues
- Crea ramas automáticamente y abre PRs
Lo Que Puedes Hacer
Fetch issues by filter — Query by label, milestone, assignee, state, or repository
Parallel sub-agents — Spawn up to 8 concurrent agents for simultaneous fixes
Auto-branch and PR — Automatically create branches, implement fixes, and open pull requests
Fork mode — Work on forked repos with proper upstream tracking
Watch mode — Continuous polling at configurable intervals for new issues
PR review handler — Detect actionable review comments and spawn fix agents
Cron mode — Sequential processing for scheduled CI/CD automation
Dry-run — Preview what would happen without executing fixes
Telegram notifications — Real-time updates on progress and completions
6-phase pipeline — Fetch, filter, pre-flight, spawn, collect results, handle reviewsPrueba Preguntando
"Fix all issues labeled 'bug' in this repo"
"Watch for new issues every 10 minutes and auto-fix them"
"Process issues in milestone v2.0 assigned to me"
"Handle review comments on open PRs"
"Dry-run fixes for the last 5 issues"
"Auto-fix issues using fork mode against upstream"Consejos Pro
Watch mode creates a continuous fix loop — great for active repositories
Parallel mode (up to 8 agents) dramatically speeds up multi-issue batches
Dry-run mode previews everything before making any changes
Fork mode is essential for open-source contributions
Cron + reviews-only mode handles PR feedback automatically
Confidence check (7/10 minimum) prevents low-quality fixes from being submitted