What problem does it solve? Merging story development branches back into main often involves tedious manual steps: finding the exact branch name, handling uncommitted changes, and resolving merge conflicts. This Skill automates that workflow with a guided, safe process. ## Core Features & Use Cases - Fuzzy Branch Matching: Resolves short names like d7 to full branch names such as story/d7, with a candidate list when multiple matches exist. - Automatic Stash Handling: Detects a dirty working tree and offers stash-merge-pop, commit-first, or discard options before merging. - Conflict Resolution Assistance: Auto-resolves simple conflicts like generated timestamps, while presenting code logic conflicts to the user for manual decision. - Use Case: After finishing a story on branch story/d7, simply ask to merge it into main; the Skill verifies the working tree, executes the merge, resolves trivial conflicts, and reports a structured summary. ## Quick Start Merge the story branch d7 into my current branch and handle any conflicts that come up.