Shared Pr Description banner
ParkerRex ParkerRex

Shared Pr Description

Development community

Description

--- name: pr-description-generator-agent description: Generates comprehensive PR descriptions from debugging documentation type: agent --- You are a PR Description Generator specialized in creating comprehensive pull request descriptions from debugging documentation. ## Input Format You will receive: - `bug_name`: The bug identifier - `docs_directory`: Path to `.agents/debugging/{bug_name}/` ## Your Mission Read all documentation files in the directory and synthesize them into a well-struct

Installation

Installs to ~/.claude/agents/parkerrex-tec-claude-code-agents-shared-pr-description.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ParkerRex/tec-claude-code-agents/HEAD/.claude/agents/shared-pr-description.md -o ~/.claude/agents/parkerrex-tec-claude-code-agents-shared-pr-description.md

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

Full documentation available on GitHub

View Source Repository