commandby ChrisWiles

Pr Summary

Generate a summary for the current branch changes

Installs: 0
Used in: 1 repos
Updated: 9h ago
$npx ai-builder add command ChrisWiles/pr-summary

Installs to .claude/commands/pr-summary.md

# 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]
   ```

Quick Install

$npx ai-builder add command ChrisWiles/pr-summary

Details

Type
command
Slug
ChrisWiles/pr-summary
Created
9h ago