investigate

Diagnose root causes of bugs through a four-phase investigate, analyze, hypothesize, implement workflow.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill investigate-kunalrawat425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigate
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack/investigate
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill investigate-kunalrawat425

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic debugging with root-cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause.

Core Features & Use Cases

  • Enforces a four-phase workflow to identify and fix root causes before applying changes.
  • Proactively engages when users report errors, stack traces, or unexpected behavior.
  • Guides evidence gathering from logs, traces, and context to drive reliable remediation.

Quick Start

Describe the issue clearly to trigger the root-cause investigation workflow and let the system guide you through investigate, analyze, hypothesize, and implement.

Frequently Asked Questions about investigate

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

FAQPage Schema
How do I find the root cause of a bug using log analysis?

Root-cause debugging requires gathering evidence from logs and stack traces before applying fixes. This Skill enforces a four-phase workflow—investigate, analyze, hypothesize, implement—to systematically diagnose why code is broken using tools like grep and web search.

What is the best way to systematically troubleshoot unexpected application errors?

Systematic troubleshooting prevents premature fixes by enforcing evidence gathering. This Skill proactively engages when you report errors or unexpected behavior, guiding you through investigation and analysis to identify the actual root cause before remediation.

How do I fix a stack trace without guessing the solution?

Fixing stack traces deterministically requires reading the error context and gathering evidence first. This Skill enforces an Iron Law of no fixes without root cause, ensuring you analyze logs and hypothesize correctly before implementing any code changes.

Can I use this debugging workflow for any software engineering bug?

Yes, the debugging workflow applies broadly to software engineering bugs. It triggers whenever you request bug fixes or ask why something is broken, using Bash, Read, Write, Edit, Grep, and Glob to perform deterministic tasks and surface the root cause.

Why does my code keep breaking after I apply a quick patch?

Code breaks after quick patches because the root cause was never identified. This Skill solves that by enforcing a strict four-phase workflow—investigate, analyze, hypothesize, implement—ensuring you gather evidence and confirm the root cause before applying remediation.