Debugging et maintenancesource GitHub
Résumé des relations publiques
/pr-summaryGénérer un résumé des modifications apportées à la branche actuelle
// contenu du skill
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
- Analyze changes:
bash
git log main..HEAD --oneline
git diff main...HEAD --stat- Generate summary with:
- Brief description of what changed
- List of files modified
- Breaking changes (if any)
- Testing notes
- Format as PR body:
markdown
## Summary
[1-3 bullet points describing the changes]
## Changes
- [List of significant changes]
## Test Plan
- [ ] [Testing checklist items]// source originale publique
ChrisWiles/claude-code-showcase/.claude/commands/pr-summary.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.