What problem does it solve?
This Skill reduces the overhead of babysitting an open draft pull request when automated reviewers, CI systems, and bots keep posting updates while you are away. It helps you avoid losing momentum by continuously watching PR activity, handling safe mechanical fixes, and pausing only when real human judgment is required.
Core Features & Use Cases
- Autonomous PR polling loop: Re-checks a draft PR on a paced schedule, persists state across wakeups, and resumes cleanly even after session compaction.
- Smart comment classification: Separates bot noise, mechanical inline suggestions, review-state changes, and human reviewer feedback into ignore, reply, auto-remediate, or escalate actions.
- Safe auto-remediation workflow: Uses a dedicated worktree, local validation checks, amend-and-force-push flow, and strict authorization gates before applying small mechanical fixes.
- Durable audit trail: Logs every cycle, action, escalation, and PR snapshot into a tracking bead so the operator can review exactly what happened.
- Use Case: Start this when you open a draft PR and expect Copilot, CI bots, or code-quality bots to comment while you step away, so the loop can absorb trivial feedback and alert you only when a human reviewer or substantive issue appears.
Quick Start
Ask the AI to babysit your draft PR by number and include force-push authorization only if you want it to auto-apply small mechanical bot fixes.