From aws-skills-for-claude-code
Automates release process: checks clean git tree, determines semver bump from git log, updates English/Korean CHANGELOG.md and README badges, creates annotated git tag. Use for new releases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:releaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automate the release process with validation checks.
Automate the release process with validation checks.
git statusgit log $(git describe --tags --abbrev=0)..HEAD --onelinegit tag -a vX.Y.Z -m "Release vX.Y.Z"Run with /release command
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeValidates and executes software releases with changelog generation, version bumping, git tagging, and CI verification.
Plans and executes software releases: inventories git changes, applies semantic versioning, generates changelog and release notes, updates files, creates tags, and publishes to GitHub. Use before new versions.
Automates releases on GitHub, GitLab, or Gitea: detects platform, computes semver bump, generates notes from PRs/commits, previews before tagging/publishing.