What problem does it solve? Manually committing changes, pushing branches, writing PR descriptions, and opening pull requests through the GitHub CLI involves repetitive steps that interrupt development flow. ## Core Features & Use Cases - Automated Commit and Push Flow: Detects uncommitted changes and delegates staging, committing, and pushing before PR creation. - Generated PR Descriptions: Builds a concise branch summary from git log and git diff against the repository's default base branch. - Draft PRs with Review Tool Integration: Supports draft PR creation and can invoke a matching MCP review tool such as coderabbit on the new PR. - Use Case: After finishing a feature branch, run the skill to commit pending work, push to origin, and open a PR with a summary of what changed and why, without leaving the conversation. ## Quick Start Ask the assistant to create a PR from the current branch, optionally passing "draft" to open it as a draft pull request.