원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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 |