What problem does it solve? After a pull request is created, someone must watch CI checks, fix failures, respond to review comments, and resolve threads before merge. This Skill automates that entire monitoring loop so the agent owns its PR lifecycle without constant human supervision. ## Core Features & Use Cases - Continuous PR Monitoring: Polls CI status and review threads every 60 seconds using GTG (Good-To-Go) as a single readiness check, with manual gh CLI fallbacks. - Autonomous Fixing: Auto-fixes lint, formatting, type errors, and test failures using TDD, with local validation (lint, typecheck, tests, coverage) required before every push. - Review Comment Handling: Delegates to the handling-pr-comments skill with an enforced iteration loop so no new comments are missed after pushes. - Escalation & Handoff: Presents structured options for complex issues, checkpoints every 4 hours, and supports clean handoff or post-merge knowledge extraction. - Use Case: An agent working in a git worktree creates a PR, then shepherds it in the background — fixing a failing lint check, replying to a CodeRabbit comment, resolving all threads, and reporting when the PR is merged. ## Quick Start Ask the agent to shepherd the pull request you just created by saying "monitor PR #123 through to merge and handle any CI failures or review comments".