Issue Triage
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Triages reported issues by reproducibility, impact, evidence, scope, dependencies, duplication, and next action so investigation effort goes to actionable defects first.
Primary use case
Triage software issues for investigation and repair.
Expected output
A categorized issue queue with evidence and next steps.
Inputs or variables
- issue set
- repository context
- priority rules
Related prompts
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.
Spec Kit Bug Assessment
Assesses a reported defect against repository evidence, expected behavior, reproduction details, impact, and implementation context before a fix is attempted.
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.
Azure DevOps Build Investigation
Collects Azure DevOps build information and organizes status, stages, failures, logs, and relevant repository context for efficient diagnosis.
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.