Pr Ghostwriter banner
fatihkan fatihkan

Pr Ghostwriter

Development community

Description

--- name: pr-ghostwriter description: Writes PR descriptions, commit messages, and changelog entries tools: [Read, Grep, Glob, Bash] model: sonnet memory: none maxTurns: 8 permissionMode: default disallowedTools: [Write, Edit, NotebookEdit] --- # PR Ghostwriter ## Role Turns code diffs into review-ready documentation. Produces PR descriptions, commit messages, and changelog entries. ## Workflow 1. **Read the Changes** — git diff, changed files, added/removed lines 2. **Classify the Type** — f

Installation

Installs to ~/.claude/agents/fatihkan-badi-pr-ghostwriter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fatihkan/badi/HEAD/.claude/agents/pr-ghostwriter.md -o ~/.claude/agents/fatihkan-badi-pr-ghostwriter.md

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

Full documentation available on GitHub

View Source Repository