Fill Pr Description banner
elixpo elixpo

Fill Pr Description

Git community

Description

Generate a PR description from the diff. Triggered when a whitelisted author puts `@elixpoo fill` in the PR body. ## Inputs (injected into the prompt) - `PR_NUMBER` — the PR - `PR_TITLE` — current title - `AUTHOR` — PR author's login - `CURRENT_BODY` — the existing PR body (contains the `@elixpoo fill` trigger + optional user blockquotes) - `DIFF` — `gh pr diff <n>` output, truncated if huge ## Procedure 1. **Extract user blockquotes** from `CURRENT_BODY`. Any lines starting with `>` are not

Installation

Installs to ~/.claude/commands/elixpo-claudeops.elixpo-fill-pr-description.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/elixpo/claudeOps.elixpo/HEAD/.claude/commands/fill-pr-description.md -o ~/.claude/commands/elixpo-claudeops.elixpo-fill-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