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: CRITICAL: Ensure you are NOT working on the
mainbranch.- Run
git branch --show-current. - If the current branch is
main, you MUST create and switch to a new descriptive branch:git checkout -b <new-branch-name>
- Run
Installs
2.0K
Repository
google-gemini/gemini-cliGitHub Stars
105.2K
First Seen
Jan 21, 2026
Security Audits