agentsclimarketplace

Debug incident

Skill MiaoY0uShan/FP/install/github-copilot-cli/fp/skills/debug-incident

Debug-first diagnosis protocol for unknown failures. Use when the cause is unknown, a bug needs diagnosis before fixing, or the user asks 'what's wrong' without requesting a fix. Provides structured hypothesis-probe-decision loop with evidence tracking.From its SKILL.md

Install
npx -y skills add MiaoY0uShan/FP --skill debug-incident

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 189 tokens by cl100k_base, as published. Nobody here has run it

FP Debug-First Diagnosis

Load ../templates/debug-incident-checklist.md for the full checklist.

Route

pin symptom → read-only baseline → falsifiable hypothesis
→ cheapest discriminating probe → decision → authorized fix
→ original reproduction + regression + negative control

Rules

  1. Read-only until a cause is supported and user authorizes a fix.
  2. Keep at most two active hypotheses; run one discriminating probe at a time.
  3. Speculative patches are never probes.
  4. Three consecutive non-narrowing probes → architecture/observability checkpoint.
  5. After hypothesis is supported, extra probes must change a named decision or fill a named acceptance row. Otherwise stop and reuse evidence.

Active incident variant: OBSERVE → CONTAIN → RESTORE → REPAIR → LEARN Preserve evidence, access, and rollback. Restore service before permanent repair.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.