https://github.com/pardnio/skill-version-generate
https://github.com/pardnio/skill-version-generate
agentskills ai-generated
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pardnio/skill-version-generate
- Owner: pardnio
- License: mit
- Created: 2026-01-23T09:48:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-04-24T17:27:39.000Z (about 2 months ago)
- Last Synced: 2026-04-24T17:35:29.726Z (about 2 months ago)
- Topics: agentskills, ai-generated
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> This README was generated by [SKILL](https://github.com/pardnchiu/skill-readme-generate), get the ZH version from [here](./doc/README.zh.md).
***
STRUCTURED CHANGELOGS WITH SEMVER AUTOMATION AND TRACEABILITY!
***
> A Claude Code skill generating structured bilingual changelogs with SemVer automation, conventional commits parsing, and release traceability
## Table of Contents
- [Features](#features)
- [Built With](#built-with)
- [Architecture](#architecture)
- [License](#license)
## Features
> `git clone https://github.com/pardnchiu/skill-version-generate ~/.claude/skills/version-generate` · [Documentation](./doc/doc.md)
- **Automatic SemVer Bump** — Determines the next version by tag priority: BREAKING > FEAT > PATCH.
- **Conventional Commits First** — Parses `feat:` / `fix:` prefixes first; falls back to diff semantics when absent.
- **Traceable Changelog** — Every entry carries PR number, author handle, commit hash, and GitHub compare link.
- **Enforced Breaking Migration** — Breaking changes must include migration guidance, or generation aborts without a partial file.
- **Auto-Maintained Master Index** — Syncs `.doc/version-generate/CHANGELOG.md` by prepending the new release with summary counts.
## Built With
## Architecture
> [Full Architecture](./doc/architecture.md)
```mermaid
graph TB
A[User runs /version-generate] --> B[SKILL.md contract]
B --> C[scripts/ step implementations]
C --> D[.doc/version-generate/vX.Y.Z.md]
C --> E[.doc/version-generate/CHANGELOG.md]
```
## License
This project is licensed under the [MIT LICENSE](LICENSE).