What problem does it solve?
After a pull request receives a review and the author pushes new commits, someone must verify the push actually addressed prior findings, check it introduced no new defects, and re-run verification — a tedious, error-prone process this Skill automates end to end.
Core Features & Use Cases
- Prior-Finding Reconciliation: Classifies every previous review finding as addressed, partially addressed, still open, refuted, or invalidated, with commit and file:line evidence.
- Push Regression Detection: Diffs prior-head against current-head to find regressions, incomplete fixes, and scope creep introduced by the new commits.
- Independent Verification: Re-runs tests and typechecks against the current head with credentials stripped, and publishes an approve or request-changes verdict as a GitHub PR review.
- Use Case: A maintainer pushes fixes responding to a Factory review; this Skill re-examines the PR, confirms each fix, runs the test suite, and posts a fresh verdict review with a structured handoff.
Quick Start
Re-review pull request 123 after the latest push and publish the verdict on the PR.