skills/debug/SKILL.md
Systematic debugging — root cause first, then fix. No fixes without understanding why it's broken.
npx skillsauth add MansoorMajeed/Clawd debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rule: No fixes without understanding the root cause.
If you don't understand why it's broken, you can't reliably fix it. Guessing leads to whack-a-mole debugging where each fix reveals a new problem.
research tool to check Atlas/Lumen dashboards, Edgar traces, RADAR alerts, Chronos changesgit log --oneline -20 -- <affected files>Form a specific, testable hypothesis:
"The bug is in [location] because [reason]. I can verify this by [test]."
Test it minimally — one change, one variable. Don't change multiple things at once.
make check — all tests must pass, not just the new one.If 3 hypotheses fail: STOP.
Don't guess again. This might be:
Tell the user what you've tried and what you've learned. Ask for guidance.
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Update llm-context/ and CLAUDE.md to reflect recent code changes.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize