Git PR Description
Turns branch diff into a structured PR title and description with per-module test cases
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 97620fb
Ran it live on a two-commit feature branch (a FAQ accordion change and an API token-refresh fix): the skill's git log/diff commands worked verbatim and it enforces checkable rules a baseline drops - a conventional-commit title, zero file paths in the body, and exactly one test case per changed module (2 modules produced 2 cases). The template file it references exists and matches the documented structure.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Git PR Description does
Reads the commit list and diff between the current branch and a base branch (default master) and produces a conventional-commit-style PR title plus a structured description with motivation, grouped changes, and one test case per changed module. Triggers on requests to write a PR, pull request, or PR description. Output is Traditional Chinese by template.
How to install Git PR Description
git clone https://github.com/deancourse/git-worktree-demo
mkdir -p ~/.claude/skills
cd git-worktree-demo && cp -r .agent/skills/git-pr-description ~/.claude/skills/git-pr-description
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Git PR Description
-
/git-pr-descriptionTurns branch diff into a structured PR title and description with per-module test cases
It also activates on plain-language prompts like these:
-
Write a PR description for my branch's changes -
Turn this diff into a proper pull request title and summary -
Generate a test case per module for this feature branch
Frequently asked questions
- Is the Git PR Description skill free?
- Yes. The skill itself is free from deancourse/git-worktree-demo. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Git PR Description work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran it live on a two-commit feature branch (a FAQ accordion change and an API token-refresh fix): the skill's git log/diff commands worked verbatim and it enforces checkable rules a baseline drops - a conventional-commit title, zero file paths in the body, and exactly one test case per changed module (2 modules produced 2 cases). The template file it references exists and matches the documented structure.
- What is the Git PR Description SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Git PR Description?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Git PR Description with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.