mookechee/mookechee-cc-plugins

Claude Code Plugin: 从飞书项目单子自动生成 OPML 格式的 XMind 测试用例

0 stars1 forksUpdated Jan 24, 2026
npx skills add mookechee/mookechee-cc-plugins

README

Mookechee CC Plugins

Claude Code 插件市场,提供飞书项目相关的效率工具。

可用插件

插件描述
testflow-generator基于四阶段工作流的智能测试用例生成器,支持多输入源

安装

添加 Marketplace

/plugin marketplace add mookechee/mookechee-cc-plugins

安装插件

/plugin install testflow-generator@mookechee-cc-plugins

或使用交互式界面:

/plugin

Discover 标签页中浏览和安装。

本地开发模式

claude --plugin-dir /path/to/mookechee-cc-plugins

输出路径

所有测试用例文件统一输出到:

~/Testcase/opml/

文件命名格式:{工作项名称}_测试用例_{时间戳}.md

时间戳格式:YYYYMMDD_HHmmss

如果目录不存在,会自动创建。

目录结构

mookechee-cc-plugins/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace 配置
├── plugins/
│   └── testflow-generator/       # 四阶段智能测试用例生成器
│       ├── .claude-plugin/
│       │   └── plugin.json
│       ├── commands/
│       ├── skills/
│       └── hooks/
└── README.md

许可证

MIT

Publisher

mookecheemookechee

Statistics

Stars0
Forks1
Open Issues0
CreatedDec 29, 2025