A rigorous 4-phase debugging framework that enables AI agents to reproduce, isolate, identify, and verify code issues using evidence-based logic.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install systematic-debug
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install systematic-debug using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Systematic Debugging skill is a specialized workflow designed for AI coding agents to move beyond trial-and-error fixing. By implementing a structured four-phase process—Reproduce, Isolate, Identify, and Verify—it ensures that every technical issue is addressed with a clear trail of evidence. As a core part of the Openclaw Skills library, this tool forces the agent to document error conditions, narrow down component scopes, and perform deep root cause analysis using techniques like the 5 Whys.
This skill is particularly valuable for complex environments where intermittent bugs or silent failures occur. It transforms the AI from a simple code generator into a sophisticated diagnostic engineer capable of log analysis, environment verification, and regression testing. By utilizing Openclaw Skills for debugging, developers ensure higher code reliability and fewer recurring regressions.
To activate this skill within your agent environment, include it in your configuration manifest. Ensure the auto-trigger keywords are mapped to your specific workflow.
# Install the skill via the Openclaw Skills manager
openclaw install systematic-debug
Once installed, the agent will monitor for keywords like debug, bug, or not working to initiate the 4-phase lifecycle automatically.
The skill organizes debugging data into a structured format to maintain state across the lifecycle:
| Attribute | Type | Description |
|---|---|---|
| phase | String | The current stage (Reproduce, Isolate, Identify, or Verify) |
| evidence | Object | Captured stack traces, logs, and environment variables |
| hypothesis | Array | A list of potential causes and their verification status |
| root_cause | String | The final conclusion derived from the 5 Whys analysis |
| test_status | Boolean | Confirmation that a regression test has been added and passed |
Loading
A diagnostic automation tool that generates detailed system health reports with severity scoring and actionable performance recommendations.

A proactive communication framework for AI agents to propose ideas, report progress, and consult with supervisors to build long-term trust.

A specialized utility for organizing SSH configurations, generating secure keys, and auditing remote server connectivity.

A professional social media planning tool for managing post schedules, optimizing engagement times, and exporting content for Publer.

An expert AI skill designed to automate the research, creation, and marketplace optimization of digital templates for Notion, Canva, Figma, and Excel.

A high-performance text translation utility that leverages translate-shell to provide multi-language support without the need for paid API keys.








































