unit-test-remote
Installation
SKILL.md
远程单元测试 Skill (unit-test-remote)
使用范围(Usage Scope)
IMPORTANT: This skill MUST ONLY be used in the final verification step (e.g., /speckit.verify). DO NOT invoke during /speckit.implement or /speckit.implement_v2, nor in any intermediate implementation tasks.
重要:本 Skill 仅允许在最终验证步骤(如 /speckit.verify 或其他统一 verify gate)中使用,用于在合入前统一验证代码正确性。实现阶段(包括 /speckit.implement、/speckit.implement_v2 以及其他实现子任务)禁止调用本 Skill。
负面触发器(Negative Triggers)
在以下上下文或提示中,Coco / Agent 应视为不应调用本 Skill 的强信号:
- 提示或系统 Prompt 中出现“implement”、“implement_v2”、“实现过程”、“实现任务”、“开发阶段”等描述;
- 当前命令为
/speckit.implement或/speckit.implement_v2; - 对话目标聚焦于“编写或修改代码/单测”,而不是“在所有实现完成后做最终验证”。
若检测到上述信号,即便用户未明确说明,也应避免调用 unit-test-remote,并提示将统一在 /speckit.verify 阶段执行远程 UT。