What problem does it solve?
This Skill streamlines and standardizes creating pull requests so contributors can produce draft PRs with correct titles and templated descriptions, reducing manual errors and inconsistent PRs.
Core Features & Use Cases
- Interactive CLI guidance: Walks through prerequisites, GitHub authentication, and pre-flight checks to ensure commits are ready for a PR.
- Template-backed PR creation: Directs use of the repository's .github/pull_request_template.md and gh pr create --body-file to produce consistent descriptions.
- Best-practice enforcement: Recommends English titles, conventional commit emoji prefixes, draft-first workflow, and converting to ready-for-review when complete.
- Use Case: A contributor finishes a feature branch, runs the pre-flight checks, and creates a draft PR with the official template and a clear conventional-commit emoji title so reviewers can quickly understand the change.
Quick Start
Use the git:create-pr skill to create a draft pull request with gh pr create using the repository's PR template and a conventional-commit emoji title.