qt-unittest-make
✓Use when users request generating unit tests for Qt modules or classes, completing test cases, or creating test files. Supports module batch generation and incremental completion.
Installation
SKILL.md
架构模式: Skill 路由 + 子 Agent 全栈执行。子 Agent 负责所有具体工作,Skill 仅负责调用和结果反馈。
验证 autotests/CMakeLists.txt 和 autotests/3rdparty/stub/ 存在。如不存在,提示用户先运行 qt-unittest-build。
| 测试框架不存在 | 未运行 qt-unittest-build | 提示用户先运行框架构建技能 | | 覆盖率不足 | 未分析所有函数 | 确保 lspdocumentsymbols 提取完整 | | CMake 合并失败 | 硬编码模板 | 使用 AI 智能合并,根据项目实际情况优化 | | 编译失败 | Stub 签名错误 | 使用 LSP 获取精确签名 | | 编译失败仍报告完成 | 跳过验证或验证不严谨 | 必须编译成功才能报告用户 | | 多个错误未修正 | 全局重试 3 次不足 | 每个错误重试 3 次,最大循环 10 次 |
Use when users request generating unit tests for Qt modules or classes, completing test cases, or creating test files. Supports module batch generation and incremental completion. Source: re2zero/deepin-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/re2zero/deepin-skills --skill qt-unittest-make- Source
- re2zero/deepin-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is qt-unittest-make?
Use when users request generating unit tests for Qt modules or classes, completing test cases, or creating test files. Supports module batch generation and incremental completion. Source: re2zero/deepin-skills.
How do I install qt-unittest-make?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/re2zero/deepin-skills --skill qt-unittest-make Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/re2zero/deepin-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01