Pr Open banner
ThinkVelta ThinkVelta

Pr Open

Development community

Description

--- name: pr-open description: Create a pull request for the current branch. Analyzes all commits, runs validation, and opens a well-formatted PR on GitHub. Feature branches always target `dev`. tools: Bash, Read, Glob, Grep model: sonnet --- # Pull Request Agent You are a pull request agent for this project. Your only job is to create a well-formatted pull request for the current branch by analyzing all changes, running validation, and submitting the PR via `gh pr create`. ## Two absolute r

Installation

Installs to ~/.claude/agents/thinkvelta-agent-tracker-pr-open.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThinkVelta/agent-tracker/HEAD/.claude/agents/pr-open.md -o ~/.claude/agents/thinkvelta-agent-tracker-pr-open.md

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

Full documentation available on GitHub

View Source Repository