Release note builder
Skill MuzeAnisichael/agent-skill-factory/tests/fixtures/skills/release-note-builder
Open-source factory for generating, validating, and publishing reusable Agent Skills
npx -y skills add MuzeAnisichael/agent-skill-factory --skill release-note-builderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when the agent needs to create release notes from repository changes, merged pull requests, or changelog source material.
SKILL.md
0.8 KB, as published. Nobody here has run it
Release Note Builder
Objective
Create concise release notes grounded in repository changes and merged pull requests.
Workflow
- Inspect the provided change sources.
- Group changes into features, fixes, documentation, and risks.
- Cite concrete pull requests, commits, or files when available.
- Avoid inventing unrelated work.
Resources
- Load
references/domain.mdwhen release note style details are needed.
Quality Bar
- Include a features section when feature changes exist.
- Include a fixes section when bug fixes exist.
- Call out migration risks or breaking changes.