Generate pull request descriptions
pr_desccommandsetup L1★0
AlexxMoran/GameAnnouncer ↗What it does
Generate PR description from commit history
Best for
Auto-generating comprehensive PR descriptions that summarize commit history and affected components.
Outputs
- · markdown PR description
- · linked to recent commits
- · assessment of affected areas
Requires
- · git log/diff
Preconditions
- · git repo with origin remote
- · commits on feature branch vs main
Failure modes
- · No commits on branch → warn empty PR
- · Large diff → summarize by file groups
- · Missing context → provide template for manual editing
Trust signals
- · Generated from git history (single source of truth)
- · Affected files parsed from diff stat
- · Test plan checklist provided
- · Breaking changes explicitly called out