What problem does it solve?
This skill eliminates the manual overhead and inconsistency of creating pull requests by automating the adherence to the repository's specific PR template, assignee requirements, and automated change classification.
Core Features & Use Cases
- Automated PR Assembly: Automatically populates the PR body based on the repository's template, including issue linking and test status.
- Intelligent Classification: Analyzes commit history and file diffs to automatically check the correct change categories (e.g., bug fix, feature, documentation).
- Use Case: When you finish a feature branch, use this skill to instantly generate a perfectly formatted PR that assigns the correct reviewer and categorizes your changes without manual typing.
Quick Start
Use the create-pr skill to open a new pull request for the current branch with the title feature implementation and link it to issue 123.