← 返回 Skills 市场
Lobster Debugging
作者
wangxiaofei860208-source
· GitHub ↗
· v1.0.0
· MIT-0
169
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lobster-debugging
功能描述
Systematic debugging framework. 4-phase root-cause analysis with defense-in-depth. Never guess, never patch symptoms. From Claude Code + Superpowers.
使用说明 (SKILL.md)
Lobster Debugging 🦞
Systematic root-cause debugging. No guessing. No symptom patches. Ever.
The Iron Law
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
4-Phase Process
Phase 1: Root Cause Investigation
- Read error messages completely (they often contain the solution)
- Reproduce consistently (can't fix what you can't reproduce)
- Check recent changes (git diff, recent commits)
- Add diagnostic instrumentation at component boundaries
- Binary search the codebase to isolate the failure point
Phase 2: Condition-Based Waiting
- Replace
sleep(5000)with event-based waiting - Wait for conditions, not timeouts
- Flaky tests = unfixed bug, not "timing issue"
Phase 3: Defense-in-Depth
- Fix the root cause
- Add a test that would have caught it
- Add a guard that prevents the class of bug
- Document why it happened
Phase 4: Academic Verification
- Prove the fix works with a test
- Prove the fix doesn't break anything else
- Prove the fix handles edge cases
- Prove the original bug can't recur
Red Flags — Stop and Re-Investigate
- "Just one quick fix" — there's no such thing
- Already tried multiple fixes — you don't understand the problem
- Under time pressure — rushing guarantees rework
- "Seems simple" — simple bugs have root causes too
When to Escalate
After 2 failed fix attempts:
- Stop. You're guessing.
- Go back to Phase 1.
- If still stuck, bring in a second agent with fresh context.
安全使用建议
This skill is an instruction-only debugging checklist and appears coherent and low-risk. Before using: ensure the agent is given only the repository and environment access you intend (avoid granting production credentials or write access to live systems); review any automated changes the agent proposes before applying; and treat the skill as guidance — it may tell an agent to run git commands or edit code, so supervise those actions if you care about safety or auditability.
功能分析
Type: OpenClaw Skill
Name: lobster-debugging
Version: 1.0.0
The skill bundle contains a systematic debugging framework focused on root-cause analysis and testing best practices. The instructions in SKILL.md are purely procedural and promote high-quality engineering standards without any executable code, network calls, or suspicious instructions.
能力评估
Purpose & Capability
Name and description match the SKILL.md content: a 4-phase systematic debugging process. Nothing in the package requests access to unrelated services, binaries, or secrets.
Instruction Scope
Instructions are high-level, actionable debugging steps (read errors, reproduce, git diff, add instrumentation, tests). They reference codebase-local activities and developer workflows only and do not direct the agent to read unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill. There is nothing written to disk or downloaded, so installation risk is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths. The guidance's references (git, tests, instrumentation) are proportionate to debugging and do not require extra secrets.
Persistence & Privilege
always is false and there is no indication the skill persists settings, modifies other skills, or needs elevated platform privileges. Autonomous invocation is allowed (platform default) but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lobster-debugging - 安装完成后,直接呼叫该 Skill 的名称或使用
/lobster-debugging触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of lobster-debugging.
- Introduces a systematic 4-phase debugging framework with a focus on root-cause analysis and defense-in-depth.
- Emphasizes a strict "no fixes without root cause investigation" rule to prevent symptom patching.
- Provides detailed step-by-step guidelines for each debugging phase, including investigation, condition-based waiting, layered prevention, and verification.
- Lists common red flags to avoid guesswork and improper fixes.
- Outlines a clear escalation process after failed fix attempts.
元数据
常见问题
Lobster Debugging 是什么?
Systematic debugging framework. 4-phase root-cause analysis with defense-in-depth. Never guess, never patch symptoms. From Claude Code + Superpowers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Lobster Debugging?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lobster-debugging」即可一键安装,无需额外配置。
Lobster Debugging 是免费的吗?
是的,Lobster Debugging 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lobster Debugging 支持哪些平台?
Lobster Debugging 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lobster Debugging?
由 wangxiaofei860208-source(@wangxiaofei860208-source)开发并维护,当前版本 v1.0.0。
推荐 Skills