aicreator-wind-gstack-openclaw-skills-investigate.ocm.json json Copy{
"ocm": "1",
"id": "aicreator-wind-gstack-openclaw-skills-investigate",
"kind": "skill",
"name": "investigate",
"description": "调试调查专家工具。系统化根因分析,帮助定位和解决复杂问题。",
"publisher": "AICreator-Wind",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"debug",
"investigate",
"troubleshooting",
"root-cause",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"调试调查专家工具。系统化根因分析,帮助定位和解决复杂问题。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AICreator-Wind/gstack-openclaw-skills",
"path": "investigate/SKILL.md",
"ref": "b051f1c44451f3ce029c9dedeeb074ac5375da3a",
"url": "https://github.com/AICreator-Wind/gstack-openclaw-skills/blob/b051f1c44451f3ce029c9dedeeb074ac5375da3a/investigate/SKILL.md",
"key": "AICreator-Wind/gstack-openclaw-skills/investigate/SKILL.md"
}
},
"instructions": "# Investigate - 调试调查\n\n> 转换自 gstack/investigate,专为 WorkBuddy/OpenClaw 优化\n\n## 概述\n\n系统化根因分析工具,帮助定位和解决复杂问题。\n\n## 触发条件\n\n当用户说以下内容时使用此技能:\n- \"debug this\"\n- \"调查问题\"\n- \"根本原因\"\n- \"为什么失败\"\n- \"troubleshoot\"\n\n## 调试流程\n\n### 1. 问题定义\n- 明确错误现象\n- 收集环境信息\n- 确定复现条件\n\n### 2. 信息收集\n- 日志分析\n- 堆栈跟踪\n- 监控数据\n\n### 3. 假设形成\n- 提出可能原因\n- 设计验证实验\n- 优先级排序\n\n### 4. 验证测试\n- 逐个验证假设\n- 收集证据\n- 排除干扰项\n\n### 5. 根因确定\n- 确认根本原因\n- 理解影响范围\n- 制定修复计划\n\n### 6. 修复与验证\n- 实施修复\n- 验证问题解决\n- 确认无回归\n\n---\n\n**注意**: 本技能是 gstack investigate 的 WorkBuddy/OpenClaw 适配版本。",
"cost": {
"context_tokens": 122
}
}