Claude Agents Marketplace
← Back to Skills
skillClaude Code ≥ 1.0/git-pr

git-pr

Create a PR with conventional commit, description, and Notion link

  • devops

Install

~/.claude/skills/git-pr/SKILL.md
Create a pull request for the current branch:

1. Check `git status` and `git diff` for changes
2. Generate conventional commit message (feat/fix/chore/refactor/docs)
3. Create commit with the message
4. Push branch to remote
5. Create PR via `gh pr create` with:
   - Title from commit message
   - Body with: Summary, Changes list, Test plan
6. If $ARGUMENTS contains a Notion task reference, include link in PR body

If no branch exists, create one from the commit message (e.g., `feat/add-auth`).

Paste into ~/.claude/skills/git-pr/SKILL.md and Claude Code will pick it up on next session.

Definition

Create a pull request for the current branch:

  1. Check git status and git diff for changes
  2. Generate conventional commit message (feat/fix/chore/refactor/docs)
  3. Create commit with the message
  4. Push branch to remote
  5. Create PR via gh pr create with:
    • Title from commit message
    • Body with: Summary, Changes list, Test plan
  6. If $ARGUMENTS contains a Notion task reference, include link in PR body

If no branch exists, create one from the commit message (e.g., feat/add-auth).