🇺🇸 English🇨🇳 中文
SkillsNav
Home

finishing-a-development-branch

★ 5.5K repomlN/A

How to Install

Claude Code:
git clone --depth 1 https://github.com/jnMetaCode/superpowers-zh.git && cp superpowers-zh/skills/finishing-a-development-branch ~/.claude/skills/finishing-a-development-branch
Cursor:
Copy the SKILL.md content into your .cursorrules file
# 完成开发分支 ## 概述 通过提供清晰的选项并执行所选工作流来引导开发工作的收尾。 **核心原则:** 验证测试 → 检测环境 → 展示选项 → 执行选择 → 清理。 **开始时宣布:** "我正在使用 finishing-a-development-branch 技能来完成这项工作。" ## 流程 ### 步骤 1:验证测试 **在展示选项之前,验证测试通过:** ```bash # 运行项目的测试套件 npm test / cargo test / pytest / go test ./... ``` **如果测试失败:** ``` 测试失败( 个失败)。必须

Details

Category AI/ML → ml
Sourcehttps://github.com/jnMetaCode/superpowers-zh
Stars★ 5.5K
Risk LevelN/A

Related Skills