Agent skill
changelog
Read and parse CHANGELOG.md for version info and release notes. Use when user asks about latest version, version history, release notes, or changelog content. Triggers on "latest version", "changelog", "release notes", "version log".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/changelog-aoeiuv020-video-concat
SKILL.md
Changelog 工具
解析 CHANGELOG.md 获取版本号和版本日志。
Dart 脚本(需要 dart 环境)
获取最新版本号
dart run <skill_path>/scripts/latest_version.dart [changelog_path]
获取特定版本日志
dart run <skill_path>/scripts/version_log.dart [version] [changelog_path]
不指定版本时默认输出最新版本的日志。
Shell 脚本(适用于 CI,无需 dart)
获取最新版本号
<skill_path>/scripts/latest_version.sh [changelog_path]
获取特定版本日志
<skill_path>/scripts/version_log.sh [version] [changelog_path]
参数说明
changelog_path(可选):CHANGELOG.md 路径,默认为 CHANGELOG.mdversion(可选):版本号(如0.3.0),不指定则使用最新版本
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?