What problem does it solve? Open pull requests and merge requests often stall waiting on review feedback or failing CI checks, forcing developers to repeatedly check status, interpret comments, and push small fixes by hand. This Skill automates that monitoring loop so PRs keep moving without manual babysitting. ## Core Features & Use Cases - Continuous PR/MR polling: Detects GitHub vs GitLab via the git remote and uses gh or glab to list open PRs, read comments, and check CI status on a configurable interval. - Comment triage and batched fixes: Classifies review comments (approvals, change requests, nits, questions), fixes all actionable issues locally, then pushes once with an [autofix] prefix before resolving threads. - CI failure workflow: Reads failing job logs, applies obvious fixes (lint, formatting, simple test breakage), retries flaky jobs, and escalates ambiguous failures to the user instead of guessing. - Use Case: You open three PRs before lunch and ask the agent to shepherd them; it watches for reviewer comments, fixes a lint error that broke CI, pushes the fix, and notifies you when everything is green and ready to merge. ## Quick Start Shepherd my open pull requests and keep them moving until they are merged or need my input.