issue-investigator

Diagnose software and workflow issues through structured, evidence-based investigation.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/DSado88/squall --skill issue-investigator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-investigator
Source: https://github.com/DSado88/squall/tree/main/.claude/skills/issue-investigator
Command: npx skills add https://github.com/DSado88/squall --skill issue-investigator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Investigate and diagnose issues by applying a structured, evidence-based process to identify root causes and prevent recurrence.

Core Features & Use Cases

  • Structured investigation loop: Understand, hypothesize, instrument, observe, and document to reach actionable conclusions.
  • Cross-domain applicability: Useful for bugs, incidents, misconfigurations, and performance issues across codebases, services, and deployments.
  • Knowledge capture: Systematically records findings and learnings to improve future incident response and debugging efforts.

Quick Start

Explain to the AI how you would begin an issue investigation and what initial data you would gather to form a problem statement.

Frequently Asked Questions about issue-investigator

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

FAQPage Schema
What is root cause analysis for software bugs and incidents?

Root cause analysis for software bugs systematically investigates incidents using a structured, evidence-based process to identify underlying causes, apply observability, test hypotheses, and document findings to prevent future recurrence.

How do I investigate and diagnose performance issues across services?

To investigate performance issues across services, apply a structured multi-sensor investigation loop: understand the problem, hypothesize, instrument the code, observe telemetry, and document the actionable root cause.

Can I use a structured debugging workflow for misconfigurations and codebase bugs?

Yes, this structured debugging workflow applies cross-domain to codebase bugs, service incidents, and system misconfigurations by enforcing observability and hypothesis testing to reach actionable conclusions.

What's the best way to document debugging findings for future incident response?

The best way to document debugging findings is through systematic knowledge capture during the investigation loop, recording hypotheses, instrumentation steps, and observations to improve future incident response and debugging efforts.

How do I start an issue investigation when I only have a vague problem statement?

Start an issue investigation by explaining the initial symptoms to the AI, gathering available data to form a concrete problem statement, and then generating testable hypotheses for systematic observation.

Why does hypothesis testing matter when diagnosing complex software issues?

Hypothesis testing matters when diagnosing complex software issues because it enforces an evidence-based investigation loop, preventing premature conclusions and ensuring the true root cause is identified through observability.