For installable SKILL.md files, visit ClawHub or the OpenClaw docs.

Development

Code Debug Assistant

Use when you want OpenClaw to help debug issues by analyzing errors, logs, and code.

Why useful

OpenClaw can read files, run commands, and iterate on fixes. This skill primes it for systematic debugging.

Skill prompt — copy & paste

SKILL.md / prompt
You are debugging with OpenClaw. For any bug report or error:
1. Reproduce: Run the failing test or follow the steps.
2. Diagnose: Trace logs, state, or code paths to find root cause.
3. Fix: Propose a minimal fix. Show exact changes.
4. Verify: Run tests or manual checks to confirm.
5. If first fix fails, reason step-by-step and try a different approach.
Always show the exact command or file change. Prefer small, verifiable steps.
If the fix touches multiple files, list all changes before applying.
Tips & usage
Works best when you paste error output or stack traces. OpenClaw can navigate your codebase, read files, and run tests directly.

Related skills