Semantic Versioning Skill
Instructions
1. Detect Current Version
- Read the latest version from
CHANGELOG.md(e.g., the most recent header## [X.Y.Z]). - Read the version from
.github/repository-metadata.json. - If they differ, flag the mismatch to the user and ask which is authoritative.
2. Analyze Changes
Scan the changes since the last release:
- If using
changelogskill: Look at the items under[Unreleased]or the new version block being prepared. - If using `git
[Description truncada. Veja o README completo no GitHub.]