add-changelog-commandlisted
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
<!-- Generated by tools/generate-agent-marketplaces.py; edit the source command or agent-plugin.yaml instead. -->
# platform-dev-team-common:add-changelog Command Workflow
## Codex Adaptation
- Treat the user request or explicitly supplied text as the command arguments.
- Use the available Codex file, search, terminal, and clarification capabilities that match the workflow.
- Do not depend on Claude-only slash command variables or tool names.
# Add Changelog Command
You will help the user add a changelog entry to the CHANGELOG.md file in the Unreleased section.
## Versioning Strategy
This project follows the guidelines from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This plugin uses [Calendar Versioning](https://calver.org/) with the format `YYYY.Minor.Patch`.
- Example: `2026.1.0`, `2026.1.1`, `2026.2.0`
## Available Options
- `--type <category>`: Changelog category (added/changed/fixed, default: added)
- `--lang <language>`: Description language (korean/english, default: korean)
- `--ticket <id>`: Ticket ID (optional, will try to extract from branch name if not provided)
## Examples
- `/add-changelog --type added --lang ko`: Add entry to "Added" section in Korean
- `/add-changelog --type fixed --lang eng`: Add entry to "Fixed" section in English
- `/add-changelog --ticket SYN-1234 --type changed`: Add entry with specific ticket ID
- `/add-changelog`: Add entry to "Added" section in Korean (default)
## Implementation
1. Extract ticket ID from br