What problem does it solve?
This Skill simplifies creating GitHub Pull Requests by enforcing project conventions for titles, descriptions, and content. It ensures clarity and consistency for reviewers, reducing back-and-forth and accelerating the code review process.
Core Features & Use Cases
- Convention-Driven Titles: Guides you in creating PR titles with required emoji codes and imperative mood, matching project standards.
- Structured Descriptions: Enforces a clear PR body structure with essential sections like summary, changes, and test plan, making reviews more efficient.
- Safe PR Creation: Utilizes the
gh CLI with robust methods for handling complex Markdown content, preventing common formatting errors.
- Use Case: A developer needs to open a pull request for a new feature but wants to ensure it meets all team standards for documentation and clarity. This skill guides them through creating a well-structured and compliant PR, from drafting the title to detailing the test plan.
Quick Start
Use the create-pr skill to open a pull request for my current branch, with the title :sparkles: Implement user profile page and a summary of the changes.