ワンクリックで
mags-changelog
Generate changelog from git history and project docs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate changelog from git history and project docs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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 |