Pr Creator banner
felixhennequin-gif felixhennequin-gif

Pr Creator

Development community

Description

--- name: pr-creator description: Opens a GitHub pull request for the current branch using `gh pr create`. Use when work is committed and pushed and the only remaining step is filling out a PR title and body. Reads the diff against the base branch, drafts a Conventional Commits-style title and a Summary + Test plan body, then creates the PR. Does not commit or push — those happen first. model: haiku tools: Read, Grep, Glob, Bash(git status:*), Bash(git diff:*), Bash(git log:*), Bash(git branch:*

Installation

Installs to ~/.claude/agents/felixhennequin-gif-claude-code-config-template-pr-creator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/felixhennequin-gif/claude-code-config-template/HEAD/.claude/agents/pr-creator.md -o ~/.claude/agents/felixhennequin-gif-claude-code-config-template-pr-creator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository