Release skill
Changelog Skill
Update CHANGELOG.md from commits since the latest release.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install changelog with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use changelog when preparing release notes or keeping the Unreleased section current. It extracts concise changelog items from recent commits and links them back to source changes.
When to use it
- Prepare release notes from recent commits
- Update the Unreleased changelog section
- Summarize implementation history for maintainers
Supported agents
Claude CodeCodex
Related skills
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Debugging
Structured Debug
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Testing
TDD
Apply test-driven development by writing a failing test before production code.
Verification
Verify
Require fresh terminal evidence before an agent claims work is complete.