Find and Fix Bugs
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Combines defect discovery, root-cause analysis, scoped implementation and validation into one controlled workflow.
Primary use case
Identify and repair defects in a defined code scope.
Expected output
Validated fixes with a concise change report.
Inputs or variables
- code scope
- quality constraints
Related prompts
Spec Kit Bug Fix
Turns an assessed defect into a bounded repair workflow that follows the repository plan, changes only relevant code, and captures validation evidence.
Bug Investigation
Guides a focused investigation from symptoms through repository evidence to a defensible root-cause hypothesis.
CI Failure Root Cause
Traces a continuous-integration failure through logs, configuration and recent changes before proposing a targeted repair.
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.
Error-Handling Agent Workflow
Demonstrates a prompt-driven Copilot SDK workflow that handles execution errors and returns useful recovery information.
Issue Triage
Triages reported issues by reproducibility, impact, evidence, scope, dependencies, duplication, and next action so investigation effort goes to actionable defects first.