What problem does it solve?
The pull request creation process is error-prone when forks, authentication, and remote configurations are not managed systematically. This skill standardizes the workflow to ensure PRs are created from a fork, with proper branches, commits, and draft status, reducing manual retries and permission issues.
Core Features & Use Cases
- Automates the end-to-end PR workflow from a working directory: fork handling, authentication checks, fork remote setup, branch creation, commit messages, and draft PR creation.
- Provides robust fallbacks for common failure modes (authentication, missing fork, PR creation blocked by app permissions) and explicit guidance when manual steps are required.
- Supports use cases across team contributions, open-source collaborations, and bot-integration scenarios where PRs must originate from a fork.
Quick Start
Provide the changes in your working directory and ask me to submit them as a draft PR using the fork-based workflow.