← 返回 Skills 市场
jisang1000

Systematic Debugging

作者 jisang1000 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
510
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install jisang1000-systematic-debugging
功能描述
Debug through a structured root-cause process instead of guesswork. Use when commands fail, tools behave unexpectedly, automations break, integrations only p...
使用说明 (SKILL.md)

Systematic Debugging

Debug by narrowing the problem, testing hypotheses, and proving root cause.

Core Rule

Do not stack random fixes. Understand the failure shape first, then test one hypothesis at a time.

Workflow

  1. Define the symptom clearly.
  2. Reproduce it with the smallest possible test.
  3. Separate likely layers:
    • input/data
    • local script or command
    • dependency/runtime
    • network/external service
    • site-specific anti-bot or auth
  4. Test one layer at a time.
  5. Confirm root cause with a minimal proof.
  6. Apply the smallest fix.
  7. Re-test the original symptom.

Useful Patterns

Compare working vs failing path

If one URL, command, or mode works and another fails, compare them directly.

Reduce scope

Use:

  • smaller inputs
  • a simpler command
  • a known-good site/page
  • a dry-run mode
  • help/version commands

Distinguish tool failure from target failure

Examples:

  • browser tool works, but website blocks automation
  • API client works, but credentials are missing
  • script syntax is fine, but runtime dependency is absent

Reporting Style

Explain in 3 parts:

  • symptom
  • confirmed cause
  • fix or next blocker

Example:

  • "툴 자체는 살아 있고, 쿠팡이 anti-bot으로 막는 게 원인이었어. 그래서 브리지 세션 재사용 쪽으로 우회했어."

Avoid

  • trying many fixes without learning anything
  • changing multiple variables at once
  • declaring a root cause without proof
  • saying something is broken when only one target site is blocking it

Practical Examples

Example: Site works on one page but not another

  • Symptom: google.com opens, search results fail
  • Likely split: tool works, target flow is blocked or challenged

Example: Skill installed but command missing

  • Symptom: folder exists, CLI not found
  • Likely split: skill docs installed, runtime dependency missing

Example: API tool returns auth error

  • Symptom: command exists, request fails
  • Likely split: client is healthy, credentials/config are missing or invalid
安全使用建议
This skill is an instruction-only debugging checklist and appears safe to install. Before allowing the agent to act autonomously with this skill, review and limit the agent's runtime permissions (shell/network access) if you don't want it executing diagnostic commands or interacting with live systems. If you plan to use it in environments with sensitive data, be mindful that following its steps may cause the agent to inspect or transmit environment-specific information — allow execution only when you trust the agent's scope and targets.
功能分析
Type: OpenClaw Skill Name: jisang1000-systematic-debugging Version: 1.0.0 The skill bundle consists entirely of documentation and procedural guidelines for an AI agent to follow a structured debugging workflow. There is no executable code, no network requests, and no instructions that attempt to exfiltrate data or subvert the agent's security. The content in SKILL.md and references/publish-notes.md is focused solely on improving logical troubleshooting and root-cause analysis.
能力评估
Purpose & Capability
The name and description match the SKILL.md content: structured debugging guidance. There are no unexpected requirements (no env vars, binaries, or config paths).
Instruction Scope
Runtime instructions are high-level troubleshooting steps and examples only; they do not instruct the agent to read arbitrary files, access hidden endpoints, or exfiltrate data. They do imply the agent may run diagnostic commands when invoked, which is appropriate for a debugging skill.
Install Mechanism
No install spec and no code files — instruction-only. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths; its needs are proportionate to a documentation-style debugging helper.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system presence or modify other skills/configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jisang1000-systematic-debugging
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jisang1000-systematic-debugging 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug jisang1000-systematic-debugging
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Systematic Debugging 是什么?

Debug through a structured root-cause process instead of guesswork. Use when commands fail, tools behave unexpectedly, automations break, integrations only p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 510 次。

如何安装 Systematic Debugging?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jisang1000-systematic-debugging」即可一键安装,无需额外配置。

Systematic Debugging 是免费的吗?

是的,Systematic Debugging 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Systematic Debugging 支持哪些平台?

Systematic Debugging 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Systematic Debugging?

由 jisang1000(@jisang1000)开发并维护,当前版本 v1.0.0。

💬 留言讨论