What problem does it solve?
Finishing an already-started pull request involves many easy-to-skip gates: verifying task-plan evidence, triaging live review feedback, rerunning proofs after every push, and posting verified receipts. This Skill enforces that entire closeout process so no PR is merged or closed without verifiable evidence.
Core Features & Use Cases
- Task Compliance Gate: Verifies every PR carries an exact task-plan body line, that the plan exists at the PR head, and that it identifies the exact PR; noncompliant PRs receive a remediation comment and are closed with read-back receipts.
- Live PR Feedback Gate: Fetches unfiltered top-level comments, review bodies, and all review threads via GitHub API and GraphQL, assigns P0-P3 priorities with rationale, and blocks delivery until every P1-or-higher finding is fixed, proven, and resolved.
- Closure Matrix and Loop: Tracks per-lane proof status (source behavior, build, docs, registry, changeset, checks, delivery) and replays all P1 proofs after the final material push before posting a terminal receipt tied to the exact head OID.
- Use Case: A reviewer left inline threads and top-level comments on your Plate PR. Invoke this Skill to triage each item by priority, fix and prove the blocking ones, rerun checks, and deliver the PR only after a verified zero-P1 read-back.
Quick Start
Ask the agent to run autoclosure on the current pull request to verify task evidence, resolve all review feedback, and complete GitHub delivery.