.agents/skills/workclaw-release-prep/SKILL.md
Use when preparing a WorkClaw desktop release and you need AI to recommend the next version number, summarize changes since the last tag, and draft bilingual Chinese plus English release notes for human confirmation before publishing.
npx skillsauth add haojing8312/workclaw workclaw-release-prepInstall 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.
Use this skill before cutting a WorkClaw release. It recommends the next version, explains why, and drafts bilingual release notes. It does not publish anything.
patch, minor, or majorDo not use this skill to push commits, create tags, or publish releases. Use workclaw-release-publish after confirmation.
git tag --sort=-creatordategit log <last-tag>..HEAD --onelinegit log <last-tag>..HEAD --format=%H%n%s%n%b%n==END==git diff --name-only <last-tag>..HEADgit show --stat --summary <sha>apps/runtime/package.jsonapps/runtime/src-tauri/Cargo.tomlapps/runtime/src-tauri/tauri.conf.json.github/release-windows-notes.mdBefore drafting release notes, build a short candidate user-visible changes list from:
Qwen, DeepSeek, OpenAI, ClaudeDefault rule: if a commit message or test name names a concrete model, provider, or desktop behavior, treat it as a release-note candidate unless there is strong evidence it is purely internal.
patch for bug fixes, stability hardening, recovery improvements, small UX polish, or non-breaking desktop flow fixesminor for clear new user-facing capabilities, new workflows, new navigation models, or meaningful product surface expansionmajor only for breaking changes, migrations, compatibility breaks, or strong user behavior changes that require explicit upgrade communicationWhen uncertain, provide:
Use this shape:
## Release Prep
- Last tag:
- Recommended version:
- Alternative version:
- Why:
- Release scope:
- Files or areas reviewed:
## Candidate Highlights
- Included in notes:
- Intentionally omitted:
- Follow-up checks:
## Release Notes Draft
### 中文
- ...
### English
- ...
## Confirmation Needed
- Confirm version:
- Confirm release notes:
- Ready for publish skill: yes | no
Intentionally omittedminor for pure bugfix bundles without a new capabilitypatch when a clearly new workflow shippedtools
处理通用任务:创建和修改文件、分析本地文件数据、整理文件结构、执行命令、网页检索和浏览器操作。Use when 用户未指定垂直专家但需要端到端完成任务。
development
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Use when the user asks to create, build, modify, analyze, read, validate, or format any Excel spreadsheet, financial model, pivot table, or tabular data file. Covers: creating new xlsx from scratch, reading and analyzing existing files, editing existing xlsx with zero format loss, formula recalculation and validation, and applying professional financial formatting standards. Triggers on 'spreadsheet', 'Excel', '.xlsx', '.csv', 'pivot table', 'financial model', 'formula', or any request to produce tabular data in Excel format.
data-ai
生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。
tools
用于创建或优化高质量技能。适用于需要判断是否该新建技能、设计触发规则、整理复用资源并做轻量评测时。