What problem does it solve? Open pull requests and merge requests stall when review comments pile up or CI checks fail, forcing developers to manually poll, triage feedback, and chase green pipelines instead of doing focused work. ## Core Features & Use Cases - Continuous PR/MR Polling: Loops over open GitHub PRs and GitLab MRs using gh or glab, tracking which comments have already been processed to avoid duplicate work. - Comment Triage: Classifies review feedback (approvals, change requests, nits, questions, CI reminders, merge conflicts) and acts on each type appropriately. - CI Fix Workflow: Diagnoses failing checks from logs, applies small obvious fixes (lint, formatting, trivial test breakage), pushes with [autofix] prefixes, and escalates ambiguous failures to the user. - Use Case: You open three PRs before lunch and ask the agent to shepherd them — it watches for reviewer comments, answers questions, fixes a lint failure, and merges each PR once approvals and green CI are in place. ## Quick Start Shepherd my open pull requests and keep them moving until they are merged.