trace

Organize competing causal hypotheses and evaluate evidence for root-cause analysis.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill trace-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/oh-my-claudecode/skills/trace
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill trace-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you explain why an observed result happened when the answer is ambiguous, causal, and evidence-heavy, instead of jumping straight to a fix.

Core Features & Use Cases

  • Competing Hypotheses: Generates multiple deliberately different explanations for a bug, regression, performance issue, or orchestration behavior.
  • Evidence-Oriented Analysis: Separates observation, supporting evidence, gaps, and counterevidence so conclusions stay grounded.
  • Rebuttal and Ranking: Compares the strongest hypotheses, runs a rebuttal round, and ranks the most likely explanation with a clear critical unknown.
  • Use Case: Use it when you need to trace a runtime failure back to likely causes, understand why a benchmark changed, or investigate a confusing system outcome.

Quick Start

Ask the assistant to trace the observed result by generating competing hypotheses, collecting evidence for and against each one, and returning the most likely cause with the best next probe.

Frequently Asked Questions about trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace the root cause of a runtime bug or regression?

To trace the root cause of a runtime bug or regression, generate multiple competing causal hypotheses, evaluate evidence for and against each, run a rebuttal round, and rank the most likely explanation with a clear critical unknown.

What is the best way to investigate ambiguous latency issues using evidence?

Investigating ambiguous latency issues with evidence requires separating observations from gaps and counter evidence, organizing competing hypotheses, and running falsification checks to ground conclusions rather than jumping to fixes.

Can I use hypothesis-driven analysis to understand why a benchmark changed?

Yes, you can use hypothesis-driven analysis to understand why a benchmark changed by generating deliberately different explanations, collecting evidence for each, and comparing the strongest hypotheses through a structured rebuttal and ranking process.

When do I need to run a falsification check during root cause analysis?

You need to run a falsification check during root cause analysis when evaluating competing causal hypotheses for complex system outcomes, ensuring explanations are tested against counterevidence before ranking the most likely cause.

Does root cause analysis work for tracing experimental results and architecture questions?

Root cause analysis works for tracing experimental results and architecture questions by applying evidence-oriented analysis that organizes competing explanations, evaluates gaps, and ranks hypotheses to explain why a specific outcome occurred.