.claude/skills/release/SKILL.md
Guide through releasing a new version of superthread. Use when cutting a release, publishing a new version, or bumping the version.
npx skillsauth add steveclarke/superthread releaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bump version → commit → rake release → GitHub Actions handles the rest (gem build, GitHub Release, Homebrew formula).
ruby -r ./lib/superthread/version -e 'puts Superthread::VERSION'
git log v<CURRENT_VERSION>..HEAD --oneline
Summarize changes and recommend a bump: major (breaking), minor (new features), or patch (fixes/docs).
Write concise, user-facing notes. Group under ### Added, ### Changed, ### Fixed, ### Removed as appropriate. Show the draft to the user for confirmation.
bundle exec bump patch # or minor, major — updates version.rb and commits
bundle exec rake release # creates tag, pushes, triggers GitHub Actions
The
bumpcommand runsbundle installautomatically to syncGemfile.lock, then commits both files. Do NOT editversion.rbby hand — the lockfile will be out of sync and CI will fail in frozen mode.
After GitHub Actions creates the release (check progress at the Actions URL shown in output):
gh release edit v<VERSION> --notes "$(cat <<'EOF'
<release notes from step 2>
EOF
)"
HOMEBREW_TAP_TOKEN secret in repo settingstools
Interact with Superthread project management via CLI. Use when creating/managing cards, viewing boards, searching tasks, or tracking work.
documentation
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
documentation
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
documentation
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.