What problem does it solve? Release PRs in gated release workflows need a final correctness and quality review before shipping, but that review must never rewrite history, tag, merge, or touch main. This Skill performs that review pass safely, fixing real defects as ordinary commits on the release branch. ## Core Features & Use Cases - Two-lens review: Applies a code-simplifier lens plus a release-specific lens covering correctness, over-engineering, weak tests, changelog-to-diff reconciliation, and version-string consistency. - Automated reviewer intake: Reads and verifies comments from automated PR reviewers (e.g., Codex), landing valid findings and recording declined ones with reasons. - Safe fix landing and PR sync: Commits fixes by pathspec on top of the stack, re-runs the full gate, pushes fast-forward only, and syncs the PR body so it can serve as the future tag body. - Use Case: After git-wrapup opens a release/1.4.0 PR, run this Skill to review the full main...HEAD range, fix a changelog claim the diff does not support, push the fix commit, and leave one summary comment before release-and-publish tags and ships. ## Quick Start Review the open release PR for this branch, fix any real defects as new commits, and leave a summary comment on the PR.