changelog-interpreter
Installation
SKILL.md
Changelog Interpreter Skill
This skill interprets Claude Code changelogs (release notes) and generates user-friendly "usage guides" that help users understand and adopt new features.
When to Use
- After running
/update-claudecommand, to summarize the changelog - When user asks "What's new?" or "Tell me about recent changes"
- When changelog information is available in the session context
Input
Changelog (Markdown release notes) and version information:
previousVersion: Version before upgradelatestVersion: Target versionchangelogs: Array of version changes (each withversionandchangelogfields)