skill_consistency_check
Validates tool references in open-source Skills against actual registrations and detects drift in tool configuration mappings.
Instructions
批量校验所有开源 Skill 引用的工具是否与 tools/ 目录实际注册一致,不依赖 .trae/skills/SKILL.tools.json 外部文件。同时检测 SKILL_TOOLS_MAP 与 handlers/prompts.js 的 buildMessages 输出之间是否存在漂移(mapDrift 仅 warning)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | strict=缺失工具时报错(passed:false),warn=仅警告不阻断(passed 始终为 true) | strict |
| skillName | No | 可选:仅校验单个 Skill。不传则校验全部 7 个 Skill |