What problem does it solve?
This Skill helps you create high-quality GitHub Pull Requests by adhering to conventional commit standards and structuring your descriptions effectively, making reviews smoother and code more maintainable.
Core Features & Use Cases
- Conventional Commits: Enforces a standardized format for PR titles (e.g.,
feat(scope): description).
- Structured Descriptions: Provides a template for clear PR summaries, changes, and testing information.
- Command Examples: Demonstrates how to use the
gh CLI for creating PRs with titles, bodies, reviewers, and labels.
- Use Case: When you've finished a new feature, use this Skill to generate a PR title like
feat(user): implement profile editing and a detailed body explaining the changes and how to test them.
Quick Start
Use the github-pr skill to create a pull request with the title "feat(auth): add password reset" and a body explaining the changes.