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. This Skill automates that entire update cycle for the current session's pull request. ## Core Features & Use Cases - Incoming change synchronization: Detects commits on the pull request that are missing locally, 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 changes are significant. - Use Case: A reviewer left feedback and pushed commits to your PR. 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.