What problem does it solve? After a pull request merges, developers often forget to sync their local main branch, leave stale feature branches cluttering the repo, and lose track of what to work on next. This Skill automates the post-merge cleanup routine safely and surfaces the next task. ## Core Features & Use Cases - Verified branch cleanup: Confirms the PR is actually merged via gh pr view before deleting the local branch, and only uses the safe git branch -d flag. - Main branch sync: Checks out main and fast-forward pulls to keep the local repository current. - Next pickup suggestion: Reads the latest checkpoint file's "Next pickup" section and cross-references open GitHub issues to recommend the next task. - Use Case: After merging PR #42 for a combat mechanic, run this Skill to sync main, delete the feature branch, and get a recommendation for the next issue based on your checkpoint notes. ## Quick Start Tell the AI "PR #42 just merged" and it will sync main, clean up the branch, and suggest what to work on next.