ccb-github
SolidMaintain this CCB project's GitHub-facing release and npm publication surface. Use when preparing, publishing, auditing, or fixing CCB releases; updating README.md, README/zh.md, localized README files, CHANGELOG.md, VERSION, package.json, GitHub release notes/assets, repository description/topics, npm registry state, or GitHub Actions release/test status.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- SeemSeam
- Repository
- SeemSeam/claude_codex_bridge
- Created
- 10 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
release
Use when preparing, validating, publishing, promoting, or recovering claude-code-router releases, including CI readiness, live E2E evidence, changelog/release-note updates, draft GitHub releases, GHCR browser images, and Homebrew promotion.
releasing
Cut a new version of one of the owner's public GitHub repos. Use whenever the owner asks to publish, ship, tag, bump, or release a version (patch/minor/major, CHANGELOG promotion, tag, GitHub Release). Adapts the steps to the repo lock (PR workflow vs direct-to-main) and docs language.
git-release
Publish the current local dev branch changes as a new semantic version on GitHub. Use when Codex is asked to release local changes by inspecting git status, updating CHANGELOG and README, running available tests/checks, committing to dev, pushing dev, merging dev into prod, creating and pushing a semantic version tag, creating a GitHub Release, and returning the local checkout to dev after success. Includes careful stop conditions for merge conflicts, missing remotes, missing permissions, unclear version numbers, and destructive operations.