What problem does it solve? Starting work on a GitHub issue or PR involves tedious setup: finding the item, checking for existing branches, stashing uncommitted changes, checking out, and re-orienting. This Skill automates that context-switching overhead so you can begin coding immediately. ## Core Features & Use Cases - Intent Detection and Routing: Parses numbers, descriptions, or search queries to route you to the right issue, PR, or a new branch. - Branch Management: Detects existing branches and PRs for an issue, or creates convention-based branches like fix/17-session-timeout-bug derived from labels and titles. - Uncommitted Change Safety: Checks git status before any switch and offers stash, commit, or confirmed-discard options with descriptive stash messages. - Use Case: You type "work on #17" and the Skill fetches the issue, creates a properly named branch from main, stashes your current work, and summarizes the issue so you can start immediately. ## Quick Start Ask the assistant to work on issue number 17 in the current repository.