This is the PR monitoring skill you'd want running in the background while you context switch to other work. It continuously polls a GitHub pull request for review comments, CI failures, and merge conflicts, then takes action: retrying flaky test runs up to three times, pushing fixes for branch related failures, and surfacing review feedback that needs your attention. The interesting bit is how it handles the handoff. It won't stop just because CI goes green once. It keeps watching until the PR is actually merged or closed, so if a reviewer drops in feedback two hours later, you'll see it without having to remember to check back. Useful when you're juggling multiple PRs or working across time zones with reviewers.
npx skills add https://github.com/openai/codex --skill babysit-pr