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

  1. Define the suspected behavior, expected behavior, and success signal in one or two sentences.
  2. Reproduce through $helmor-debug-operate with real UI actions when possible. Start with screenshots, DOM/accessibility snapshots, IPC monitor, console/system logs, and terminal buffers.
  3. 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.
  4. Analyze the evidence before editing product code. Prefer a narrow fix that explains the observed signal.
  5. Verify the fix with the same user path. For user-visible flows, require three consecutive successful runs unless the user explicitly lowers the bar.
  6. Produce an evidence pack under .agent-contexts/<task-slug>/ with repro attempts, logs, screenshots, IPC, fix summary, and remaining uncertainty.

Fault Tolerance

Installs
1
Repository
dohooo/helmor
GitHub Stars
1.3K
First Seen
Jul 15, 2026
helmor-debug-loop — dohooo/helmor