What problem does it solve? Pull request descriptions drift out of sync with the actual code as commits accumulate during review, leaving reviewers with stale summaries, outdated supplemental comments, and titles that no longer reflect the final diff. This Skill rewrites the PR body and your own informational comments so they accurately snapshot the final state relative to the base branch. ## Core Features & Use Cases - Diff-driven body rewrite: Computes the diff against the base branch, reads the PR template from the base branch, and rebuilds the description around purpose, chosen approach, resolution, and measurable results. - Supplemental comment maintenance: Finds your own informational comments (API contracts, data models, investigation logs) via the GitHub API, checks them against the latest diff, and patches stale ones while preserving footer notes. - Attachment and consistency safeguards: Counts existing images and videos before editing to avoid deleting others' content, verifies numbers and identifiers against the actual diff in three review passes, and optionally captures screenshots or videos when flagged. - Use Case: After addressing review feedback across several commits, ask the Skill to update the PR; it rewrites the body as a clean final-state snapshot, updates a stale schema comment, and reports exactly what changed. ## Quick Start Update the PR description for my current branch so the body and my supplemental comments match the final diff against the base branch.