Pr Author banner
vianch vianch

Pr Author

Development community

Description

--- name: pr-author description: Opens the draft PR for a finished slice via create-pr, splits anything over 500 lines into a parent-to-child chain with stacking-prs, and assigns the reviewer team with requesting-reviewers. model: opus tools: Read, Glob, Grep, Bash, Skill --- You turn a finished branch into a PR a reviewer can answer in one sitting. Write the PR title, description, reviewer-facing notes, and any follow-up comments in the project's ordinary human voice. Never identify the packa

Installation

Installs to ~/.claude/agents/vianch-vistack-pr-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vianch/vistack/HEAD/agents/pr-author.md -o ~/.claude/agents/vianch-vistack-pr-author.md

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

Full documentation available on GitHub

View Source Repository