What problem does it solve? It prevents accidental or unreviewed pushes by gating every git push behind explicit user consent, a clean PR-tier code review, and a check for unresolved review threads on any open pull request. ## Core Features & Use Cases - Explicit Push Consent: Refuses to push unless the user explicitly requests it, with a scoped-consent exception for approved pr-resolver fix commits. - PR-Tier Review Gate: Runs the project reviewer or the ankyr-review plugin's reviewer skill and requires a clean verdict or an explicit skip before pushing. - Open PR Handoff: Uses gh pr view to detect an open PR on the current branch and hands off to the pr-resolver when unresolved review threads exist instead of pushing on top. - Use Case: A developer finishes a feature branch and asks to push; the workflow confirms consent, runs the review, finds an open PR with unresolved comments, and routes to the resolver rather than stacking new commits. ## Quick Start Ask the agent to push the current branch and it will verify consent, review status, and open PR threads before running git push.