What problem does it solve?
This Skill automates the last-mile release workflow of opening a GitHub pull request, waiting for a designated responsible reviewer to respond, sending a timed reminder if needed, and merging according to a clearly defined approval or timeout policy.
Core Features & Use Cases
- PR Creation and Reuse: Opens a pull request from a feature branch to the target base branch, or reuses an existing PR for the same branch pair to avoid duplicates.
- Responsible-Agent Review Loop: Watches for approval signals such as approved reviews, affirmative comments, or thumbs-up reactions from the designated reviewer.
- Timed Reminder and Grace Policy: Waits six continuous minutes, posts one reminder comment, then waits four more minutes before merging if no response arrives.
- Fallback Reviewer Handling: Switches from CODEX to an Opus 4.8 thinking reviewer when CODEX is unavailable or at usage limit.
- Safe Merge Enforcement: Refuses to force-merge through failed checks, branch protection, conflicts, or explicit change requests.
- Use Case: Ideal when a user wants an AI agent to push completed work to GitHub, request review from CODEX, and complete the merge path without manual babysitting.
Quick Start
Ask the pr-to-git skill to open a pull request for the current branch, wait for CODEX approval, remind once after six minutes, and merge if approved or if the grace window expires.