What problem does it solve? Keeping an open pull request in sync with ongoing work is tedious: you must pull incoming changes, resolve conflicts, run checks, commit, and rewrite the PR title and description when the scope shifts. This Skill automates that entire update cycle for the current session's pull request. ## Core Features & Use Cases - Incoming Change Sync: Detects commits on the pull request that are missing from the current branch, pulls them in, and resolves merge conflicts. - Build and Hygiene Verification: Runs compile and hygiene tasks and fixes any errors before pushing. - Automatic Commit and Metadata Refresh: Commits uncommitted changes via the /commit skill and updates the PR title and description when outgoing changes significantly alter the pull request. - Use Case: A reviewer left feedback and pushed commits to your PR branch. Invoke this Skill to merge their changes, verify the build, commit your fixes, and push an updated PR with an accurate description. ## Quick Start Ask the assistant to update the pull request for the current session with your latest changes.