Git Release
Description
# 版本发布:更新 README、版本号、GitHub Release、Marketplace 这个 command 会执行完整的版本发布流程。 ## 前置条件 - 在 feature branch 上完成开发 - 测试通过 ## 步骤 ### 0. 前置检查 - 检查当前分支:必须在 feature branch,不能在 main - 如果在 main:提示用户先切换到 feature branch - 检查 uncommitted 改动:**自动 commit**(见下方) - 检查 worktree:提示确认无残留 worktree ```bash git branch --show-current git status --short git worktree list ``` #### 自动 commit 未提交的改动 如果 `git status --short` 显示有未提交的文件(排除 `.DS_Store`、`.claude/.DS_Store`、`doc/.DS_Store`),自动执行: ```bash # Stage 所有已 track
Installation
Installs to ~/.claude/skills/kuicao55-super-harness-git-release/SKILL.md
mkdir -p ~/.claude/skills/kuicao55-super-harness-git-release && curl -fsSL https://raw.githubusercontent.com/kuicao55/super-harness/HEAD/commands/git-release.md -o ~/.claude/skills/kuicao55-super-harness-git-release/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation