Skip to content
Skillv1.0.0

investigate

调试调查专家工具。系统化根因分析,帮助定位和解决复杂问题。

by AICreator-Wind(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from AICreator-Wind/gstack-openclaw-skills (investigate/SKILL.md). Install upstream with npx skills add AICreator-Wind/gstack-openclaw-skills --skill investigate. Copyright stays with the author.

Investigate - 调试调查

转换自 gstack/investigate,专为 WorkBuddy/OpenClaw 优化

概述

系统化根因分析工具,帮助定位和解决复杂问题。

触发条件

当用户说以下内容时使用此技能:

  • "debug this"
  • "调查问题"
  • "根本原因"
  • "为什么失败"
  • "troubleshoot"

调试流程

1. 问题定义

  • 明确错误现象
  • 收集环境信息
  • 确定复现条件

2. 信息收集

  • 日志分析
  • 堆栈跟踪
  • 监控数据

3. 假设形成

  • 提出可能原因
  • 设计验证实验
  • 优先级排序

4. 验证测试

  • 逐个验证假设
  • 收集证据
  • 排除干扰项

5. 根因确定

  • 确认根本原因
  • 理解影响范围
  • 制定修复计划

6. 修复与验证

  • 实施修复
  • 验证问题解决
  • 确认无回归

注意: 本技能是 gstack investigate 的 WorkBuddy/OpenClaw 适配版本。

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aicreator-wind-gstack-openclaw-skills-investigate/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aicreator-wind-gstack-openclaw-skills-investigate.ocm.jsonjson
{
  "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
  }
}

Fetch it by URL: GET /api/v1/registry/aicreator-wind-gstack-openclaw-skills-investigate/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.