Pr Fill banner
dialpad dialpad

Pr Fill

Git community

Description

# /pr-fill - Generate and Update Dialtone PR Description ## Usage ```text /pr-fill [PR_NUMBER or PR_URL] [DESCRIPTION] ``` ## Description Generates a filled PR description based on the Dialtone PR template (.github/pull_request_template.md) and uses `gh` CLI to update the PR. If no PR number is provided, assumes the current branch has an open PR. If no description is provided, analyzes git diff and commit messages to auto-populate sections. Sections that cannot be completed are left as plac

Installation

Installs to ~/.claude/commands/dialpad-dialtone-pr-fill.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dialpad/dialtone/HEAD/.claude/commands/pr-fill.md -o ~/.claude/commands/dialpad-dialtone-pr-fill.md

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

Full documentation available on GitHub

View Source Repository