release-notes Skill
Generate release notes from commit history. Use when asked to draft release notes, create a changelog, or summarize changes for a release. Published by microsoft in haste.
What is release-notes Skill?
Generate release notes from commit history. Use when asked to draft release notes, create a changelog, or summarize changes for a release. Published by microsoft in haste. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Writing
- Documentation use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use release-notes Skill
- Use it for documentation.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/haste
- Skill file: .github/skills/release-notes/SKILL.md
What it does
Generate release notes from commit history. Use when asked to draft release notes, create a changelog, or summarize changes for a release.
Skill instructions
Release Notes Overview A structured process for generating release notes from commit history. Groups changes by type, highlights breaking changes, and produces user-friendly summaries. Patterns & Techniques Generation Process Step 1: Gather changes bash git log --oneline $(git describe --tags --abbrev=0)..HEAD Step 2: Categorize using conventional commit prefixes: - 🚀 Features (feat:) - 🐛 Bug Fixes (fix:) - 📚 Documentation (docs:) - 🔧 Maintenance (chore:, refactor:) - ⚠️ Breaking Changes (BREAKING CHANGE or !) Step 3: Write using the template: markdown Release vX.Y.Z Highlights Brief summary of the most important changes (2-3 sentences). 🚀 Features - Description of feature (PR) 🐛 Bug Fixes - Description of fix (PR) ⚠️ Breaking Changes - What changed and migration steps 📚 Documentation - What was updated 🔧 Maintenance - Internal changes Step 4: Review - All significant changes included - PR/issue references correct - Breaking changes include migration instructions Common Pitfall
Explore related resources
Frequently asked questions
What is release-notes?
release-notes is a open-source AI agent skill with Copy skill directory. Generate release notes from commit history. Use when asked to draft release notes, create a changelog, or summarize changes for a release.
Who is release-notes best for?
release-notes is best for reusing agent instructions, scripts, and references, documentation workflows, writing workflows.
How do I install release-notes?
Install or run release-notes using Copy skill directory. Check release-notes for the latest setup command.
Is release-notes actively maintained?
release-notes may need a closer maintenance check before production use.
Auto-fetched from GitHub.