DeepChat Release

Prepares and publishes DeepChat releases with bilingual changelogs and version bumps.

Works with setup

Test report

Verdict
Works with setup
Score
6.4/10
Tested
Jul 12, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1ced084

Hard dependency on the DeepChat repo: SKILL.md links '../../../docs/release-flow.md' which breaks once the skill is copied standalone into ~/.claude/skills as the install command instructs, and its 'Run Release Checks' step calls DeepChat-only pnpm scripts (oxfmt/oxlint/i18n-check/release-fast-forward.mjs) absent from any other repo, so it was tested DRY-RUN against only the portable artifacts (version bump, bilingual CHANGELOG entry, dev->release branch flow) in a local throwaway repo. Verbatim install itself was clean (SKILL.md + strict-YAML frontmatter + references/release-checklist.md all present, no surgery). A/B showed the skill matched the base agent exactly on the portable work — both correctly bumped 1.2.3->1.3.0, wrote an English-first/Chinese-second CHANGELOG section preserving the older entry, committed on dev, and cut a local release/v1.3.0 branch — so its DeepChat-specific conventions produced no materially better result on a task this size.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 3/5
  • Output vs. baseline 5/10
  • Docs & honesty 3/5

What DeepChat Release does

Prepare and publish DeepChat releases in this repository. Use when Codex needs to bump the app version, update CHANGELOG.md, keep release notes bilingual from v1.0.1 onward with English bullets first and Chinese bullets second, run release checks, create or update versioned release branches such as release/v1.0.1, continue a half-finished release, fast-forward main with the documented release…

How to install DeepChat Release

git clone https://github.com/ThinkInAIXYZ/deepchat
cd deepchat
mkdir -p ~/.claude/skills
cp -r .agents/skills/deepchat-release ~/.claude/skills/deepchat-release

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger DeepChat Release

  • /deepchat-release Prepares and publishes DeepChat releases with bilingual changelogs and version bumps.

It also activates on plain-language prompts like these:

  • Cut a new DeepChat release and update the changelog
  • Bump the version and tag this release
  • Continue the half-finished release branch

Frequently asked questions

Is the DeepChat Release skill free?
Yes. The skill itself is free from ThinkInAIXYZ/deepchat. SkillProof publishes the install command and an independent test verdict at no cost.
Does DeepChat Release work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Hard dependency on the DeepChat repo: SKILL.md links '../../../docs/release-flow.md' which breaks once the skill is copied standalone into ~/.claude/skills as the install command instructs, and its 'Run Release Checks' step calls DeepChat-only pnpm scripts (oxfmt/oxlint/i18n-check/release-fast-forward.mjs) absent from any other repo, so it was tested DRY-RUN against only the portable artifacts (version bump, bilingual CHANGELOG entry, dev->release branch flow) in a local throwaway repo. Verbatim install itself was clean (SKILL.md + strict-YAML frontmatter + references/release-checklist.md all present, no surgery). A/B showed the skill matched the base agent exactly on the portable work — both correctly bumped 1.2.3->1.3.0, wrote an English-first/Chinese-second CHANGELOG section preserving the older entry, committed on dev, and cut a local release/v1.3.0 branch — so its DeepChat-specific conventions produced no materially better result on a task this size.
What is the DeepChat Release SkillProof Score?
6.4/10 — installs cleanly 5/5, triggers reliably 3/5, output vs. baseline 5/10, docs & honesty 3/5.
How do I install DeepChat Release?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use DeepChat Release with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.