What problem does it solve? Keeping an open pull request in sync with ongoing work requires manually pulling incoming changes, resolving conflicts, running checks, committing, and rewriting 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 Sync: Detects commits on the pull request that are missing from the current branch, pulls them in, and resolves merge conflicts. - Build and Hygiene Validation: Runs compile and hygiene tasks and fixes any errors before pushing. - Automatic Commit and PR 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 pull request with an accurate description. ## Quick Start Update the pull request for this session with my latest changes.