local-debug

Installation
SKILL.md

Local Debug

A four-step interactive loop. Do NOT skip steps. Do NOT propose a fix before logs come back.

Step 1 — Collect bug info

Use AskUserQuestion to gather what you need. Ask in ONE call, up to 4 questions, only what is not already provided:

  1. Bug — what is the user-observable wrong behavior? (skip if already stated)
  2. Repro — exact steps to reproduce (URL/route, inputs, clicks).
  3. Expected vs actual — what should happen vs what happens.
  4. Surface — which area/module/component/page? (skip if obvious)

If the user already gave a full description in their initial message, skip the question and confirm understanding in one sentence.

Step 2 — Investigate the codebase

Trace the data flow. Don't guess — read.

Installs
7
Repository
segodnya/agents
GitHub Stars
1
First Seen
May 30, 2026
local-debug — segodnya/agents