systematic-troubleshooting

systematic-troubleshooting is a skill for Claude Code from jeonnoin-alt/Eureka. It costs 27 tokens per session (3,857 once invoked), scanned A, original, MIT.

A root-cause investigation process for unexpected research results, failed analyses, or findings that conflict with expectations. It requires investigation before explanations or reruns are proposed.

In plain words
What is it for?
Use it when results are surprising, metrics look invalid, analyses fail, outputs contain NaN or infinite values, or results change between runs.
Why use it?
It reduces guesswork and post-hoc stories that can hide data, code, or analysis problems and weaken the scientific record.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the Eureka plugin — 16 skills, 1 agent, 1 hook shipped together

Good fit Use it when results are surprising, metrics look invalid, analyses fail, outputs contain NaN or infinite values, or results change between runs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeonnoin-alt/eureka/systematic-troubleshooting
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jeonnoin-alt/Eureka --skill systematic-troubleshooting
Clone the repo
git clone --depth 1 https://github.com/jeonnoin-alt/Eureka

Made for: Claude Code.

Or install Eureka, the plugin that ships this one along with the rest of its 16 skills, 1 agent, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for systematic-troubleshooting

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeonnoin-alt/eureka/systematic-troubleshooting/github.svg)](https://agentmods.dev/skills/jeonnoin-alt/eureka/systematic-troubleshooting)
Your own site
<a href="https://agentmods.dev/skills/jeonnoin-alt/eureka/systematic-troubleshooting"><img src="https://agentmods.dev/badge/skills/jeonnoin-alt/eureka/systematic-troubleshooting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for systematic-troubleshooting

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeonnoin-alt/eureka/systematic-troubleshooting"><img src="https://agentmods.dev/badge/skills/jeonnoin-alt/eureka/systematic-troubleshooting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.03857
Opus 5 $0.00014 $0.01929
Sonnet 5 $0.00005 $0.00771
Haiku 4.5 $0.00003 $0.00386

Measured 12d ago against content hash d1bc2ad6832d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

systematic-troubleshooting scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/systematic-troubleshooting/SKILL.md · 347 lines

How it starts

The opening of the file, as written. The whole thing — 347 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Systematic Troubleshooting

Overview

Guessing at explanations wastes time and corrupts the scientific record. Post-hoc rationalization is indistinguishable from cargo-cult science.

Core principle: ALWAYS investigate root cause before proposing explanations or re-running experiments. Rationalization without investigation is failure.

Violating the letter of this process is violating the spirit of scientific rigor.

The Iron Law

NO EXPLANATIONS WITHOUT ROOT CAUSE INVESTIGATION FIRST

If you haven't completed Phase 1, you cannot propose why an experiment failed.

When to Use

Use for ANY unexpected experimental result:

  • Model performance far below or above expectation
  • Analysis output that contradicts prior findings
  • Metric values that don't make domain sense (e.g., correlation > 1, negative variance)
  • Convergence failures, NaN/Inf in outputs
  • Results that change between runs with no code change
  • Findings that contradict established literature

Use this ESPECIALLY when:

  • Under deadline pressure (temptation to re-run and hope is highest)
  • "I know what went wrong" feels obvious
  • You've already tried re-running multiple times
  • A reviewer asked why results differ from a prior submission
  • You don't fully understand the pipeline end to end

Don't skip when:

  • The issue seems minor (small discrepancies have real causes)
  • You're in a hurry (systematic is faster than rationalized thrashing)
  • The paper deadline is close (wrong results submitted is worse than delayed submission)

The Four Phases

You MUST complete each phase before proceeding to the next.

Phase 1: Investigate

BEFORE proposing any explanation or re-running:

  1. Read Error Messages and Output Carefully
    • Don't skip past warnings — in scientific pipelines, warnings are often the finding
    • Read log files completely, not just the final summary line
    • Note exact metric values, not approximations
    • Record environment: library versions, hardware, OS, date

Read the full file on GitHub · 347 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 347 lines · 27 tokens per session scan A d1bc2ad6832d

Subscribe to this mod's changes

systematic-troubleshooting is a skill published in the GitHub repository jeonnoin-alt/Eureka (2 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 3,857 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

operating-cadence

Designs the rhythm an organization runs on — which reviews happen weekly, monthly and quarterly, what each one decides, who owns the numbers presented, and how a signal at the front line reaches the people who can act on it. Use this to set up a management operating system, fix a meeting calendar that produces no…

cbrock84/headcount · 95 tokens

safe-debug

Rigor Debug / Rigor Audit skill for deep learning research work. Use when the user pastes a traceback, terminal error, CUDA OOM, checkpoint load failure, shape mismatch, NaN loss symptom, or training failure and wants conservative diagnosis before any patching, with debug fixes clearly separated from research…

lllllllama/RigorPilot-Skills · 88 tokens

serena

Serena code intelligence — LSP-powered symbol navigation, diagnostics, and targeted code surgery. Activate before complex refactors, cross-file analysis, or when graph tools need symbol-level depth.

datit309/supergraph · 40 tokens

diagnose

Structured 6-phase debugging. Build feedback loop first, reproduce deterministically, hypothesize with ranked falsifiable theories, instrument one variable at a time, fix with regression test, cleanup. Use when a bug exists, tests fail unexpectedly, or behavior is wrong and cause is unknown.

datit309/supergraph · 59 tokens

rudder-destination-debugging

Diagnoses why events are failing, dropping, or not arriving at a destination. Use when events are missing from a destination, seeing high error rates, getting auth failures, or events are stuck retrying.

rudderlabs/rudder-agent-skills · 48 tokens

fix

Plan-aware auto-fix loop after coding. Runs tests, lint, format, and graph checks. Updates plan task status. Use after execute/tdd.

datit309/supergraph · 33 tokens