What problem does it solve? Shepherding a pull request through CI to a successful merge involves repetitive manual work: watching checks, distinguishing flaky failures from real bugs, resolving merge conflicts, and rerunning jobs. This Skill automates that entire loop for Remotion monorepo PRs. ## Core Features & Use Cases - Merge Readiness Loop: Continuously inspects PR state with the GitHub CLI, blocking on drafts, missing approvals, or requested changes before attempting a merge. - Conflict and Failure Handling: Resolves merge conflicts via the pr-ready workflow, fixes genuine CI failures locally, and reruns flaky checks through the flake skill. - Automated Merge: Squash-merges the PR and deletes the branch once all required checks pass. - Use Case: You open a Remotion PR and ask the agent to merge it. The skill watches CI, reruns a flaky test job, pushes a fix for a real lint failure, and finally squash-merges the PR without further intervention. ## Quick Start Run /merge to watch my current Remotion pull request, handle any CI failures or conflicts, and merge it once checks pass.