Pr Desc banner
mertjane mertjane

Pr Desc

Git community

Description

--- description: Reads git diff between the current branch and main (or a specified base branch), analyzes changed files, and generates a structured pull request description ready to paste into GitHub. argument-hint: [base-branch] allowed-tools: [Bash, Read, Glob] --- # Generate Pull Request Description Analyze the current branch's changes and produce a ready-to-paste GitHub pull request description. Base branch: use $ARGUMENTS if provided, otherwise default to `main`. If `main` does not exis

Installation

Installs to ~/.claude/skills/mertjane-awesome-claude-commands-pr-desc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mertjane-awesome-claude-commands-pr-desc && curl -fsSL https://raw.githubusercontent.com/mertjane/awesome-claude-commands/HEAD/commands/pr-desc.md -o ~/.claude/skills/mertjane-awesome-claude-commands-pr-desc/SKILL.md

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

Full documentation available on GitHub

View Source Repository