What problem does it solve? Manually creating pull requests, writing change summaries, linking issues, and cleaning up branches after merging is repetitive and error-prone. This Skill automates the entire merge workflow on GitHub so developers can finish a feature branch with a single instruction. ## Core Features & Use Cases - Automated Pull Request Creation: Creates a PR from the current branch into the develop branch with a comment describing what changed, how it was verified, and which Issue it relates to. - Post-Merge Cleanup: Deletes the current branch and its git worktree after a successful merge. - Issue Management: Writes discussion details, design decisions, and background context into GitHub Issue comments and closes the Issue. - Use Case: After finishing a feature in a git worktree, ask the assistant to merge it—the PR is created with full context, the Issue is documented and closed, and the local branch and worktree are removed. ## Quick Start Merge my current branch into develop on GitHub, document the changes and related Issue in the PR comment, then clean up the branch and worktree.