·debug-investigator
</>

debug-investigator

Hypothesis-driven debugging methodology: ranked hypotheses with confirming/refuting tests, git bisect strategy, log analysis, instrumentation point planning, and minimal reproduction design. Triggers on: "debug this systematically", "root cause analysis", "bisect this bug", "rank hypotheses for this error", "help me isolate this issue", "create a minimal reproduction", "instrumentation plan for this bug", "why does this keep failing". The differentiator is the structured investigation methodology (hypothesis ranking, bisection strategy, instrumentation points) — use this skill for non-obvious bugs that need systematic investigation, not simple errors the model diagnoses directly. NOT for abstract reasoning or problem decomposition without a specific error — the model handles general reasoning natively.

9Installs·0Trend·@mathews-tom

Installation

$npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator

How to Install debug-investigator

Quickly install debug-investigator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mathews-tom/praxis-skills.

SKILL.md

View raw

Structured debugging methodology that replaces ad-hoc exploration with hypothesis-driven investigation. Captures symptoms, analyzes evidence (stacktraces, logs, state), generates ranked hypotheses, designs bisection strategies, identifies instrumentation points, and produces minimal reproductions — documenting every step so dead ends are never revisited.

When to use this skill vs native debugging: The base model handles straightforward debugging (clear stacktraces, obvious errors) natively. Use this skill for non-obvious bugs requiring systematic investigation: intermittent failures, bugs with no clear stacktrace, performance regressions, or issues requiring git bisection and hypothesis ranking.

| references/stacktrace-patterns.md | Exception taxonomy, traceback reading, common Python/JS error signatures | Stacktrace or exception present | | references/hypothesis-templates.md | Bug category catalog, probability ranking, confirmation/refutation tests | Always |

Hypothesis-driven debugging methodology: ranked hypotheses with confirming/refuting tests, git bisect strategy, log analysis, instrumentation point planning, and minimal reproduction design. Triggers on: "debug this systematically", "root cause analysis", "bisect this bug", "rank hypotheses for this error", "help me isolate this issue", "create a minimal reproduction", "instrumentation plan for this bug", "why does this keep failing". The differentiator is the structured investigation methodology (hypothesis ranking, bisection strategy, instrumentation points) — use this skill for non-obvious bugs that need systematic investigation, not simple errors the model diagnoses directly. NOT for abstract reasoning or problem decomposition without a specific error — the model handles general reasoning natively. Source: mathews-tom/praxis-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from mathews-tom/praxis-skills

Quick answers

What is debug-investigator?

Hypothesis-driven debugging methodology: ranked hypotheses with confirming/refuting tests, git bisect strategy, log analysis, instrumentation point planning, and minimal reproduction design. Triggers on: "debug this systematically", "root cause analysis", "bisect this bug", "rank hypotheses for this error", "help me isolate this issue", "create a minimal reproduction", "instrumentation plan for this bug", "why does this keep failing". The differentiator is the structured investigation methodology (hypothesis ranking, bisection strategy, instrumentation points) — use this skill for non-obvious bugs that need systematic investigation, not simple errors the model diagnoses directly. NOT for abstract reasoning or problem decomposition without a specific error — the model handles general reasoning natively. Source: mathews-tom/praxis-skills.

How do I install debug-investigator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mathews-tom/praxis-skills --skill debug-investigator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mathews-tom/praxis-skills