pr-creator
Installation
SKILL.md
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: Check the current branch to avoid working directly
on
main.- Run
git branch --show-current. - If the current branch is
main, create and switch to a new descriptive branch:git checkout -b <new-branch-name>
- Run