ソース情報
- リポジトリ
- zhizhunbao/workbuddy
- ソースの最終更新活動
- 2026年3月31日 13:37
- 検出された SKILL.md の言語
- 中国語
- スター
- 3
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/zhizhunbao/workbuddy --skill testbuddy-skillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Orchestrates the full pipeline of finding, analyzing, and extracting reusable modules from open-source GitHub repositories. 6 phases: demand → search → analyze → depgraph → extract → market. Each phase backed by a dedicated skill with its own methodology. Triggers: 开源复用, 模块提取, repo分析, 代码移植, 找开源库, github筛选, 依赖图
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
SOC 職業分類に基づく
SKILL.md を表示中
| name | testbuddy-skill |
| description | 文本测试用例生成技能包。任何有关于文本测试用例生成、文本测试用例框架生成、脑图用例生成、召回、需求分析等文本测试用例生成的相关问题,都可以使用此技能。 |
本 skill 是一个轻量级的意图识别和工作流调度器,负责:
工作流负责:
根据用户请求的关键词,识别用户想要执行的操作:
| 用户意图 | 触发关键词 | 意图关键词 |
|---|---|---|
| 生成测试框架 | 生成测试框架、生成框架、创建测试框架 | 框架生成 |
| 生成测试模块 | 生成测试模块、生成功能模块、识别测试模块 | 模块生成 |
| 生成测试场景 | 生成测试场景、生成场景、创建测试场景 | 场景生成 |
| 生成测试点 | 生成测试点、创建测试点、根据模块生成测试点 | 测试点生成 |
| 生成测试用例 | 生成测试用例、生成用例、根据测试点生成用例 | 用例生成 |
使用 tools/load_session.md 工具读取上下文信息。
使用 select_workflow 工具:
tools/select_workflow.md 工具调用工作流:
select_workflow 返回的路径类型选择读取方式:
.codebuddy/rules/ 开头(自定义工作流):使用 read_rules 读取workflows/ 开头(默认工作流):使用 read_file 读取| 生成目标 | 触发关键词 | 输入节点类型 | 输出节点类型 |
|---|---|---|---|
| 测试框架 | framework/框架 | STORY/BUG | FEATURE/SCENE/TEST_POINT |
| 测试模块 | feature/模块 | STORY/BUG | FEATURE |
| 测试场景 | scene/场景 | FEATURE/STORY/BUG | SCENE |
| 测试点 | tpoint/testpoint/测试点 | FEATURE/SCENE/STORY/BUG | TEST_POINT |
| 测试用例 | case/用例 | STORY/BUG/FEATURE/TEST_POINT/SCENE | CASE |
| 工具 | 功能 | 文档路径 |
|---|---|---|
| select_workflow | 智能选择工作流 | tools/select_workflow.md |
| select_rule | 智能选择规则 | tools/select_rule.md |
| load_session | 加载会话参数 | tools/load_session.md |
| add_nodes | 添加节点到脑图 | tools/add_nodes.md |
| update_nodes | 修改脑图节点 | tools/update_nodes.md |
| delete_nodes | 删除脑图节点 | tools/delete_nodes.md |
| search_nodes | 查询脑图节点 | tools/search_nodes.md |
| rag_search | 知识库检索 | tools/rag_search.md |