| name | pr-creator |
| description | Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards. |
Pull Request Creator
This skill guides the creation of high-quality Pull Requests that adhere to the
repository's standards.
Workflow
Follow these steps to create a Pull Request:
-
Branch Management: CRITICAL: Ensure you are NOT working on the
main branch.
-
Commit Changes: Verify that all intended changes are committed.
-
Locate Template: Search for a pull request template in the repository.
- Check
.github/pull_request_template.md
- Check
.github/PULL_REQUEST_TEMPLATE.md
- If multiple templates exist (e.g., in
.github/PULL_REQUEST_TEMPLATE/),
ask the user which one to use or select the most appropriate one based on
the context (e.g., bug_fix.md vs feature.md).
-
Read Template: Read the content of the identified template file.