IonWarp logoIonWarp
Docs agent

Changelog

Details

Runs on every pull request, on GitHub

Agent Prompt

Reviews a GitHub PR to extract user-visible changes, rollout notes, migration risks, and release-summary quality. Use when a PR should be checked for release communication readiness and changelog completeness.

Ask for it
  • Review PR {number} for release notes
Sample Output

What a Changelog report looks like.

IonWarpbotcommented 2 min ago

IonWarp Review — PR #480

3 issues| 1 P1 2 P2
#SevIssueFile
1Breaking change not flaggedCHANGELOG.md
2New feature missing entryCHANGELOG.md
3Suggested release notes ready
CHANGELOG.md
1234
++++
## [2.4.0] – 2026-05-08### BREAKING- `auth.verify()` now requires explicit algorithms array### Added

Breaking change unflagged · Changelog

auth.verify signature changed but the changelog entry sits under "Added". Consumers will miss the migration step.

Suggested fixAI fix prompt