Install
openclaw skills install @qdw497874677/marketplace-test-skillThis skill should be used when turning raw commits, merged pull requests, issue lists, or plain change notes into concise user-facing release notes.
openclaw skills install @qdw497874677/marketplace-test-skillTurn messy implementation details into release notes that users can understand. Prefer outcomes, behavior changes, and migration impact over internal file names, ticket IDs, or commit mechanics.
Added, Changed, Fixed, Removed, Security, or Internal only when those categories are useful.Migration Notes section only when users must take action.Known Issues section only when limitations are explicitly provided.Return one of these formats based on the input size.
For small change sets:
## Release Notes
- Added ...
- Fixed ...
- Changed ...
For larger releases:
## Release Notes
### Added
- ...
### Changed
- ...
### Fixed
- ...
### Migration Notes
- ...
feat:, fix:, chore:, ticket IDs, and branch names.Read references/release-note-style-guide.md for examples, rewrite patterns, and category guidance.