What problem does it solve? Keeping an open pull request in sync with ongoing work requires several manual steps: pulling incoming changes, running compile and hygiene checks, committing new work, and updating 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 locally, 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 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 on your PR and you have addressed it locally. Invoke this Skill to sync, validate, commit, and push the updates with a refreshed PR description in one flow. ## Quick Start Update the pull request for the current session with my latest changes.