Bug Investigation
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Guides a focused investigation from symptoms through repository evidence to a defensible root-cause hypothesis.
Primary use case
Investigate a reproducible software defect before changing code.
Expected output
A root-cause report with supporting evidence.
Inputs or variables
- symptoms
- reproduction evidence
- codebase
Related prompts
CI Failure Root Cause
Traces a continuous-integration failure through logs, configuration and recent changes before proposing a targeted repair.
Trace Investigation
Uses logs, traces, timing, identifiers, and code paths to reconstruct a failing request or workflow and isolate the most likely root cause.
Find and Fix Bugs
Combines defect discovery, root-cause analysis, scoped implementation and validation into one controlled workflow.
Spec Kit Bug Assessment
Assesses a reported defect against repository evidence, expected behavior, reproduction details, impact, and implementation context before a fix is attempted.
Compiler Warning Fixer
Investigates compiler warnings, separates root causes from symptoms, applies behavior-preserving fixes, and verifies that warning suppression is justified when used.
Exhaustive Bug Hunt
Runs a systematic bug investigation across changed behavior, edge cases, error paths, concurrency, state, and integration boundaries with evidence requirements.