Back to list
unsafe9

version-bump

by unsafe9

Claude Code plugin for language learning and analysis

0🍴 0📅 Jan 7, 2026

SKILL.md


name: version-bump description: Manage semantic version updates for this project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, and plugin.json. Creates git tags and GitHub releases. Auto-generates CHANGELOG.md from releases.

Version Bump Skill

Your Tasks

IMPORTANT: ultrathink for every task

  1. Decide version type (only if user doesn't specify):

    • PATCH (x.y.Z): Bug fixes only
    • MINOR (x.Y.0): New features, backward compatible
    • MAJOR (X.0.0): Breaking changes
  2. Write detailed release notes describing the changes

Workflow

# 1. Check current version
${CLAUDE_PLUGIN_ROOT}/scripts/version-bump.sh check

# 2. Decide new version (PATCH/MINOR/MAJOR)

# 3. Update version files
${CLAUDE_PLUGIN_ROOT}/scripts/version-bump.sh update X.Y.Z

# 4. Write release notes, then release (pipe notes via stdin)
cat <<'EOF' | ${CLAUDE_PLUGIN_ROOT}/scripts/version-bump.sh release X.Y.Z
## What's New
- Feature 1
- Feature 2

## Bug Fixes
- Fix 1
EOF

Checklist

  • Ultrathink + decide version type
  • Write detailed release notes
  • Run update script
  • Run release script (with notes piped via stdin)

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon