agentsclimarketplace

Release

Skill byerlikaya/claude-starter-kit/claude-starter/skills/release

Versioning and CHANGELOG: SemVer mapped from Conventional Commits, Keep a Changelog format, tagging, pre-release gates. Trigger phrases: "release", "version", "changelog", "version bump", "tag", "semver"From its SKILL.md

Install
npx -y skills add byerlikaya/claude-starter-kit --skill release

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 240 tokens by cl100k_base, as published. Nobody here has run it

Release & CHANGELOG

SemVer mapping (derive from Conventional Commits)

  • fix:PATCH (x.y.Z)
  • feat:MINOR (x.Y.0)
  • BREAKING CHANGE: / feat!:MAJOR (X.0.0)

CHANGELOG (Keep a Changelog)

Headings: Added · Changed · Fixed · Removed · Security · Deprecated. Every version is dated; the Unreleased section can be auto-populated from commits.

Pre-release gates (all must pass)

  • Tests green + sonarqube-check PASSED
  • dependency-audit clean (0 HIGH/CRITICAL)
  • CHANGELOG up to date
  • Version number conforms to SemVer

Tagging

git tag -a vX.Y.Z -m "vX.Y.Z"    # asks for approval (§4.4); push on explicit request (§4.5)

DoD

  • Correct SemVer bump; complete CHANGELOG; tag + rollback plan ready.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.