Exhaustive Bug Hunt
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Runs a systematic bug investigation across changed behavior, edge cases, error paths, concurrency, state, and integration boundaries with evidence requirements.
Primary use case
Search a defined code area for concrete defects and regressions.
Expected output
An evidence-backed defect report with reproduction and remediation guidance.
Inputs or variables
- code scope
- expected behavior
- known risks
Related prompts
Compiler Warning Fixer
Investigates compiler warnings, separates root causes from symptoms, applies behavior-preserving fixes, and verifies that warning suppression is justified when used.
Trace Investigation
Uses logs, traces, timing, identifiers, and code paths to reconstruct a failing request or workflow and isolate the most likely root cause.
Azure DevOps Build Investigation
Collects Azure DevOps build information and organizes status, stages, failures, logs, and relevant repository context for efficient diagnosis.
Behavior Reconstruction
Reconstructs actual software behavior from code paths, tests, logs, data, and interfaces when documentation is incomplete or a regression's expected state is unclear.
Claude Vulnerability Detection Agent
Builds an agent that inspects code for vulnerability evidence, uses tools to gather context, reports uncertainty, and produces actionable remediation rather than unsupported alarms.
Issue Triage
Triages reported issues by reproducibility, impact, evidence, scope, dependencies, duplication, and next action so investigation effort goes to actionable defects first.