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-codeRuns release validation, generates changelogs, bumps versions, creates annotated tags, and verifies exact-SHA CI status. Invoke with `/release [version]`.
Guides the full release process: change inventory, semantic versioning, changelog generation, release notes, and publication. Use before shipping a new version.
Automates releases on GitHub, GitLab, or Gitea: detects platform, computes semver bump, generates notes from PRs/commits, previews before tagging/publishing.