helmor-debug-loop
Installation
SKILL.md
Helmor Debug Loop
Use this skill to drive a bounded reproduce -> instrument -> inspect -> fix -> verify loop for Helmor local-dev bugs. Always use $helmor-debug-operate for actual local app control through Tauri MCP; this skill owns the debugging strategy and evidence discipline.
Core Loop
- Define the suspected behavior, expected behavior, and success signal in one or two sentences.
- Reproduce through
$helmor-debug-operatewith real UI actions when possible. Start with screenshots, DOM/accessibility snapshots, IPC monitor, console/system logs, and terminal buffers. - If evidence is insufficient, add the smallest temporary log or probe with a unique prefix such as
[debug-loop:<slug>], rerun the flow, then remove or justify the probe before finalizing. - Analyze the evidence before editing product code. Prefer a narrow fix that explains the observed signal.
- Verify the fix with the same user path. For user-visible flows, require three consecutive successful runs unless the user explicitly lowers the bar.
- Produce an evidence pack under
.agent-contexts/<task-slug>/with repro attempts, logs, screenshots, IPC, fix summary, and remaining uncertainty.