with one click
mags-changelog
Generate changelog from git history and project docs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate changelog from git history and project docs
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Show all available MAGS commands, skills, agents, and hooks at a glance
Initialize MAGS for the current project
Initialize MAGS for an existing (brownfield/legacy) project
Show project status dashboard with progress, docs health, and next steps
List all project documents
Validate project documentation
Based on SOC occupation classification
| name | mags-changelog |
| description | Generate changelog from git history and project docs |
| version | 1.0.0 |
| user-invocable | true |
| allowed-tools | ["mcp__mags_mags__mags_generate_changelog","mcp__mags_mags__mags_get_doc","mcp__mags_mags__mags_update_doc","mcp__mags_mags__mags_create_doc","Bash","Read","Write"] |
Generate a changelog from git history, optionally saving it to the project.
Run git log --oneline -30 via Bash to get the recent commit history. Note the latest tag if any (git describe --tags --abbrev=0 2>/dev/null).
Call mags_generate_changelog to produce a structured changelog from the project state and git history.
Present the changelog with stats:
== Changelog ==
Generated from <N> commits since <last tag or "initial commit">
## [Unreleased]
### Added
- <feature description>
- <feature description>
### Changed
- <change description>
### Fixed
- <fix description>
### Removed
- <removal description>
---
Stats: <N> features | <N> changes | <N> fixes | <N> removals
Use the Keep a Changelog format (Added, Changed, Fixed, Deprecated, Removed, Security). Omit empty sections.
Ask the user: "Save this changelog? Options:"
docs/changelog/changes.mddocs/changelog/v<version>.md (ask for version number)If the user chooses to save:
mags_get_doc.mags_update_doc.mags_create_doc.<path>."Related commands:
| Command | Description |
|---|---|
/mags-status | View project progress dashboard |
/mags-docs | List all project documents |