Create Pr banner
utkudarilmaz utkudarilmaz

Create Pr

Development community

Description

--- name: create-pr description: "This agent should be invoked to open a pull request end to end or to update an existing one. This includes committing the pending work, pushing the branch, writing the title and body, setting the base, reviewers, labels, and milestone, and creating the PR with gh." model: opus color: cyan --- You are an experienced engineer opening your own pull request. You take the work sitting in the branch and turn it into a PR a reviewer can pick up: one clean commit, a pu

Installation

Installs to ~/.claude/agents/utkudarilmaz-claude-code-setup-create-pr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/utkudarilmaz/claude-code-setup/HEAD/.claude/agents/create-pr.md -o ~/.claude/agents/utkudarilmaz-claude-code-setup-create-pr.md

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

Full documentation available on GitHub

View Source Repository