🚀
DevOpsDart

Release Bridge

by K9i-0

Release Bridge is a DevOps skill for Claude Code, published by K9i-0 in ccpocket.

1K stars97 forkson K9i-0/ccpocketAdded 2026/08/21Repository updated 2026/08/20
androidapp-serverbridge-serverclaude-codeclicodexflutteriosmobileopenairemote-controltypescriptwebsocket
Install in seconds
Install Release Bridge
Copy Release Bridge into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/K9i-0/ccpocket/tree/main/.claude/skills/release-bridge ~/.claude/skills/release-bridge

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/K9i-0/ccpocket.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/release-bridge/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/release-bridge
Collection
One of 18 skills cataloged from this repository
Category
DevOps798 skills

What Release Bridge does

Release Bridge updates the Bridge Server version, changelog, and tag for publishing. Use it when preparing @ccpocket/bridge for a release and syncing the mobile app version check.

Release Bridge is cataloged under DevOps on DirSkills. Release Bridge comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Bridge Server リリース

Bridge Server (@ccpocket/bridge) のリリースを行う。 タグ push 後は GH Actions が自動で npm publish + GitHub Release を作成する。

前提

  • main ブランチで作業中であること
  • 未コミットの変更がないこと

手順

1. 現在のバージョン確認 & 変更内容の収集

grep '"version"' packages/bridge/package.json

前回リリースのタグからの差分を確認する:

# 前回のタグ
git tag -l 'bridge/v*' --sort=-v:refname | head -1

# 差分コミット
git log $(git tag -l 'bridge/v*' --sort=-v:refname | head -1)..HEAD --oneline -- packages/bridge/

2. バージョンをユーザーに確認

差分コミットの内容を分析し、AskUserQuestion でバージョンを確認する。

選択肢の決定ルール:

  • feat コミットがある → minor を推奨(1番目の選択肢にし Recommended を付ける)
  • feat がなく fix のみ → patch を推奨
  • 破壊的変更(! 付きや BREAKING CHANGE)がある → major を推奨

選択肢は具体的なバージョン番号で提示する(例: 1.2.0 minor、1.1.1 patch)。

3. CHANGELOG 更新

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release Bridge

  • What else does K9i-0 publish alongside Release Bridge?

    Release Bridge is one of 18 skills that DirSkills catalogs from K9i-0/ccpocket, the repository it ships in. Its siblings there include App Release, Branch Merge Cleanup and Codex Guide. Each one is a separate skill with its own page in this directory, installs the same way Release Bridge does, and is maintained by K9i-0 in that same repository. The rest of the collection is listed on the K9i-0/ccpocket page.

  • How does Release Bridge compare to other DevOps skills?

    Release Bridge ranks #435 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release Bridge against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Release Bridge is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills