What problem does it solve?
This Skill addresses the complexities of creating pull requests, ensuring that PRs are created with the correct base and head, especially in fork-to-upstream workflows.
Core Features & Use Cases
- Explicit Base/Head Control: Ensures PRs are created with the correct base and head branches, crucial in fork-to-upstream scenarios.
- Branch Management: Provides guidance on managing branches, avoiding common mistakes with
main or master.
- Template Filling: Offers detailed instructions for filling out pull request templates accurately.
- Pre-flight Checks: Suggests running pre-flight checks before creating a PR, enhancing code quality and safety.
- Use Case: Ideal for developers creating PRs across forks, ensuring the head branch remains owner-qualified and does not fall back to an upstream branch.
Quick Start
Use the pr-creator skill to create a pull request for your changes with the correct base and head branches.