changelog-generator
✓Generate CHANGELOG entries following conventional commits format with semantic versioning. Use when finalizing features to maintain proper change history.
Installation
SKILL.md
This skill provides systematic guidance for generating CHANGELOG entries that follow conventional commits format and semantic versioning principles, ensuring clear and consistent change history documentation.
| Type | Description | Version Impact | Use When |
| feat | New feature | MINOR (0.X.0) | Adding new functionality | | fix | Bug fix | PATCH (0.0.X) | Fixing a bug | | docs | Documentation | PATCH (0.0.X) | Only docs changed | | style | Code style | PATCH (0.0.X) | Formatting, whitespace | | refactor | Code refactoring | PATCH (0.0.X) | Code restructure, no behavior change |
Generate CHANGELOG entries following conventional commits format with semantic versioning. Use when finalizing features to maintain proper change history. Source: matteocervelli/llms.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/matteocervelli/llms --skill changelog-generator- Source
- matteocervelli/llms
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is changelog-generator?
Generate CHANGELOG entries following conventional commits format with semantic versioning. Use when finalizing features to maintain proper change history. Source: matteocervelli/llms.
How do I install changelog-generator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/matteocervelli/llms --skill changelog-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/matteocervelli/llms
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01