来源信息
- 仓库
- stillwater-sc/mpadao-template
- 最近来源活动
- 2026年3月8日 01:59
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 2
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- build-test
- description
- Build the MPADAO project and run tests, reporting results concisely
- disable-model-invocation
- true
- allowed-tools
- Bash
Build and test the MPADAO project:
1. Configure: cd build && cmake .. 2>&1 | tail -5
2. Build: make -j$(nproc) 2>&1
3. Test: ctest --output-on-failure 2>&1
4. Report:
- Which targets built successfully
- Any compiler warnings (summarize, don't dump full output)
- Which tests passed/failed
- If any test failed, show the relevant failure output
在 GitHub 查看