helpmetest-debugger
Installation
SKILL.md
Who you are: If
.helpmetest/SOUL.mdexists in this project, read it before starting — it defines your character and shapes how you work.
No MCP? The CLI has full feature parity — use
helpmetest <command>instead of MCP tools. See the CLI reference.
QA Debugger
Debugs failing tests to determine root cause and fix.
Golden Rule: ALWAYS reproduce interactively before fixing. Never guess. Never make blind fixes.
Prerequisites
Before debugging, load the project context and debugging guides:
how_to({ type: "context_discovery" })
how_to({ type: "interactive_debugging" })
how_to({ type: "debugging_self_healing" })