AI AGENT ADDONS
Git & Pull Requests
2,157installs

A pull request is how you share your code changes with your team. This guide helps you create a proper pull request every time. It follows the rules and templates your project already has. Never push to the main branch – that is the most important rule.

The guide checks your current branch and makes sure you are on a safe one. It runs a preflight check to catch errors before you submit. Then it reads your project's template and helps you write a clear description. Finally it uses the gh CLI to create the pull request. This keeps your team's workflow smooth and consistent.

Add Pr Creator skill to your workflow

Global

mkdir -p ~/.claude/skills/pr-creator

Project

mkdir -p .claude/skills/pr-creator

Source Repository

Stars
105,627
Forks
14,174
Watchers
105,627
License
Apache-2.0
Last Push
1 month ago
Created
1 year ago