원클릭으로
manage-changelog
// Manage changelogs using Changie. Provides tools to initialize, add change fragments, batch releases, and merge version notes.
// Manage changelogs using Changie. Provides tools to initialize, add change fragments, batch releases, and merge version notes.
Broadly and deeply analyze user intent (avoiding XY problems) and evaluate multiple solution approaches (default 5) with scores from 0 to 100.
Workflow for auditing security vulnerabilities using trivy, osv-scanner, and trunk.
Comprehensive workflow for creating, implementing, and validating Agent Skills. Use when asked to "create a new skill", "author a skill", "add a capability", or when standardizing project-specific workflows. Support for platform detection (Cursor, Claude Code, Gemini CLI, Codex) and template selection.
Manage Architecture Decision Records (ADRs) using adr-tools. Use this to initialize, create, list, and link ADRs to document architectural evolution.
Workflow for auditing security vulnerabilities using trivy, osv-scanner, and trunk.
Update README.md to reflect changes in project structure, skills, and agents. Use when new components are added or architecture changes.
| name | manage-changelog |
| description | Manage changelogs using Changie. Provides tools to initialize, add change fragments, batch releases, and merge version notes. |
This skill enables the agent to manage project changelogs efficiently using Changie. It supports the full lifecycle from initialization to release.
If the project doesn't have changie set up, run the initialization script:
.cursor/skills/manage-changelog/scripts/init-changie.sh
This will create .changie.yaml with standard workspace settings. For details on the configuration, see references/configuration.md.
To add a new change fragment:
changie new --kind <kind> --body "<description>"
.cursor/skills/manage-changelog/scripts/add-from-last-commit.sh to create a fragment from the last commit message.When you are ready to create a new version:
# Preview next version
changie next auto
# Batch unreleased changes into a version
changie batch auto
For more details on versioning arguments and dry-run flags, see references/command-details.md.
To update the main CHANGELOG.md file:
changie merge
If changie fails to find fragments or produces empty releases, follow these steps:
.cursor/skills/manage-changelog/scripts/standardize-fragments.sh
.changie.yaml is correctly initialized.changie --help.