LLM Skills
~/catalog/debugging & maintenance//pr-summary

Public Relations Summary

/pr-summary

Generate a summary of the changes made to the current branch

ChrisWilesChrisWiles
6.1k
January 6, 2026
// skill content

--- description: Generate a summary for the current branch changes allowed-tools: Bash(git:) --- # PR Summary Generate a pull request summary for the current branch. ## Instructions 1. Analyze changes*: ``bash git log main..HEAD --oneline git diff main...HEAD --stat ` 2. **Generate summary** with: - Brief description of what changed - List of files modified - Breaking changes (if any) - Testing notes 3. **Format as PR body**: `markdown ## Summary [1-3 bullet points describing the changes] ## Changes - [List of significant changes] ## Test Plan - [ ] [Testing checklist items] ``

// original public source
ChrisWiles/claude-code-showcase
/.claude/commands/pr-summary.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/pr-summary.md" "https://raw.githubusercontent.com/ChrisWiles/claude-code-showcase/main/.claude/commands/pr-summary.md"
Then in Claude Code, type /pr-summary to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorChrisWiles
Stars 6.1k
UpdatedJanuary 6, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward