{"id":49880074,"url":"https://github.com/pardnio/skill-version-generate","last_synced_at":"2026-05-15T13:40:42.936Z","repository":{"id":334199397,"uuid":"1140452780","full_name":"pardnio/skill-version-generate","owner":"pardnio","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-24T17:27:39.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-24T17:35:29.726Z","etag":null,"topics":["agentskills","ai-generated"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pardnio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T09:48:26.000Z","updated_at":"2026-04-24T17:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pardnio/skill-version-generate","commit_stats":null,"previous_names":["pardnchiu/skill-version-generate","pardnio/skill-version-generate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pardnio/skill-version-generate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnio%2Fskill-version-generate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnio%2Fskill-version-generate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnio%2Fskill-version-generate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnio%2Fskill-version-generate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pardnio","download_url":"https://codeload.github.com/pardnio/skill-version-generate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pardnio%2Fskill-version-generate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentskills","ai-generated"],"created_at":"2026-05-15T13:40:42.614Z","updated_at":"2026-05-15T13:40:42.913Z","avatar_url":"https://github.com/pardnio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e This README was generated by [SKILL](https://github.com/pardnchiu/skill-readme-generate), get the ZH version from [here](./doc/README.zh.md).\n\n***\n\n\u003cp align=\"center\"\u003e\n\u003cstrong\u003eSTRUCTURED CHANGELOGS WITH SEMVER AUTOMATION AND TRACEABILITY!\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/pardnchiu/skill-version-generate?include_prereleases\u0026style=for-the-badge\" alt=\"Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/pardnchiu/skill-version-generate/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/license/pardnchiu/skill-version-generate?include_prereleases\u0026style=for-the-badge\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n***\n\n\u003e A Claude Code skill generating structured bilingual changelogs with SemVer automation, conventional commits parsing, and release traceability\n\n## Table of Contents\n\n- [Features](#features)\n- [Built With](#built-with)\n- [Architecture](#architecture)\n- [License](#license)\n\n## Features\n\n\u003e `git clone https://github.com/pardnchiu/skill-version-generate ~/.claude/skills/version-generate` · [Documentation](./doc/doc.md)\n\n- **Automatic SemVer Bump** — Determines the next version by tag priority: BREAKING \u003e FEAT \u003e PATCH.\n- **Conventional Commits First** — Parses `feat:` / `fix:` prefixes first; falls back to diff semantics when absent.\n- **Traceable Changelog** — Every entry carries PR number, author handle, commit hash, and GitHub compare link.\n- **Enforced Breaking Migration** — Breaking changes must include migration guidance, or generation aborts without a partial file.\n- **Auto-Maintained Master Index** — Syncs `.doc/version-generate/CHANGELOG.md` by prepending the new release with summary counts.\n\n## Built With\n\n\u003ca href=\"https://skillicons.dev\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=md,bash,git,github\u0026theme=light\" /\u003e\n\u003c/a\u003e\n\n## Architecture\n\n\u003e [Full Architecture](./doc/architecture.md)\n\n```mermaid\ngraph TB\n    A[User runs /version-generate] --\u003e B[SKILL.md contract]\n    B --\u003e C[scripts/ step implementations]\n    C --\u003e D[.doc/version-generate/vX.Y.Z.md]\n    C --\u003e E[.doc/version-generate/CHANGELOG.md]\n```\n\n## License\n\nThis project is licensed under the [MIT LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardnio%2Fskill-version-generate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpardnio%2Fskill-version-generate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpardnio%2Fskill-version-generate/lists"}