Agent skill
changelog
Set up git-cliff for automated changelog generation. Use `/changelog init` to initialize in a new project.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/changelog
SKILL.md
Changelog Skill
Manage automated changelog generation using git-cliff for ZeroAE projects.
Commands
| Command | Description |
|---|---|
/changelog init |
Set up git-cliff in a new project |
init
Set up git-cliff configuration and GitHub Actions workflow.
Process
- Check Current State
ls cliff.toml 2>/dev/null
ls .github/workflows/release.yml 2>/dev/null
- Create cliff.toml
If missing, create cliff.toml in project root using cliff-config.toml.
- Update Release Workflow
If .github/workflows/release.yml exists, add the changelog generation step from workflow-snippet.yml.
If no release workflow exists, inform the user they need to create one first.
- Verify Setup
git cliff --unreleased
Output
Report what was created/updated and any manual steps needed.
Reference Files
- cliff-config.toml - Standard git-cliff configuration
- workflow-snippet.yml - GitHub Actions release job snippet
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?