AI PR Description Generator
Turn a change summary into a clean, copyable Markdown pull request description - Summary, Changes, Testing and Risks - assembled in your browser.
Describe the change
- ✓Summary written
- ✓At least one change listed
- ✓Affected areas tagged
- ✓Testing described
- ✓Breaking change addressed
PR description (Markdown)
Title: feat(review-ui): add inline risk badges to the pull request list so reviewers can triage before opening a PR
# feat(review-ui): add inline risk badges to the pull request list so reviewers can triage before opening a PR
## Summary
Add inline risk badges to the pull request list so reviewers can triage before opening a PR.
## Changes
**Type:** Feature
**Affected areas:** Review UI, Risk scoring service
- Compute a per-PR risk score from touched files and diff size
- Render a colored badge in the PR list view
## Testing
- [x] Unit tests for the scoring function
- [x] Manual QA on the staging PR list with 20 sample PRs
## Risks / Breaking changes
No breaking changes. Backwards compatible.
Why a structured PR description matters
A pull request description is the contract between the author and the reviewer. A vague "fixed stuff" forces the reviewer to reverse-engineer intent from the diff, which slows review and lets subtle regressions through. A consistent shape - Summary, Changes, Testing, Risks - turns review into a checklist instead of a scavenger hunt, which is one of the cheapest ways to cut cycle time.
This generator is deterministic templating: it maps your inputs onto a fixed Markdown structure with no network calls and no AI guesswork. That predictability is the point - the same change always documents the same way, so your changelog automation and release notes stay legible. If you want to auto-generate the release notes next, pair it with our Changelog Generator.
Clean PRs matter even more when code is drafted by AI agents: the description is where a human forces the "what changed, how it was tested, what could break" conversation before merge. See how FeatureFactory closes the loop from plan to measured outcome, or gauge review readiness with the PR Quality Estimator.
Frequently asked questions
Ship it, then measure it
A clean PR is the start. FeatureFactory helps you plan the work, build it with AI, and measure whether the shipped change actually moved the metric - with IP you own end to end.