Manages changelog entries following Keep a Changelog format with CalVer versioning. Analyzes changes and generates appropriate changelog descriptions.
Generates changelog entries following Keep a Changelog format with CalVer versioning.
/plugin marketplace add datamaker-kr/synapse-claude-marketplace/plugin install platform-dev-team-common@synapse-marketplaceThis skill is limited to using the following tools:
README.mdThis skill manages changelog entries in CHANGELOG.md following the Keep a Changelog format with Calendar Versioning.
This plugin uses Calendar Versioning with format YYYY.Minor.Patch.
Examples:
2026.1.0 - First minor release in 20262026.1.1 - First patch release2026.2.0 - Second minor release in 2026Based on Keep a Changelog:
- [TICKET-ID](JIRA-URL) Description in specified language
Korean Example:
- [SYN-1234](https://jira.example.com/browse/SYN-1234) 사용자 인증 기능 추가
English Example:
- [SYN-1234](https://jira.example.com/browse/SYN-1234) Add user authentication feature
From branch name:
git branch --show-current
# Example: feature/SYN-1234-user-authentication
# Extract: SYN-1234
Pattern: (PROJ-\d+) where PROJ is project prefix
Review commits:
git log --oneline --since="$(git describe --tags --abbrev=0)"
Review changed files:
git diff --name-status $(git describe --tags --abbrev=0)..HEAD
Based on:
Guidelines:
Location: Under ## [Unreleased] in appropriate category
Format:
## [Unreleased] - yyyy-mm-dd
### Added
- [TICKET-ID](JIRA-URL) New feature description
### Changed
- [TICKET-ID](JIRA-URL) Updated feature description
### Fixed
- [TICKET-ID](JIRA-URL) Bug fix description
type: Changelog category (added/changed/fixed/deprecated/removed/security)lang: Description language (korean/english)ticket: Ticket ID (optional, auto-extracted from branch if not provided)This skill is invoked by:
/add-changelog command - Manual changelog entry additionAdd new feature (Korean):
User: /add-changelog --type added
Skill: Analyzes changes → Generates description → Adds to CHANGELOG.md
Result: - [SYN-1234](URL) 사용자 프로필 이미지 업로드 기능 추가
Fix bug (English):
User: /add-changelog --type fixed --lang eng
Skill: Analyzes changes → Generates description → Adds to CHANGELOG.md
Result: - [SYN-1235](URL) Fix profile image upload validation error
CHANGELOG.md format:
# Changelog
## [Unreleased] - yyyy-mm-dd
### Added
### Changed
### Fixed
## [2026.1.0] - 2026-01-15
### Added
- Feature 1
- Feature 2
### Changed
- Change 1
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.