Spec Kit Bug Fix
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Spec Kit.
What does this prompt do?
Turns an assessed defect into a bounded repair workflow that follows the repository plan, changes only relevant code, and captures validation evidence.
Primary use case
Implement a reviewed bug fix from an established assessment.
Expected output
A focused repair with test and verification results.
Inputs or variables
- approved bug assessment
- codebase
- validation commands
Related prompts
Spec Kit Bug Assessment
Assesses a reported defect against repository evidence, expected behavior, reproduction details, impact, and implementation context before a fix is attempted.
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.
Find and Fix Bugs
Combines defect discovery, root-cause analysis, scoped implementation and validation into one controlled workflow.
Issue Triage
Triages reported issues by reproducibility, impact, evidence, scope, dependencies, duplication, and next action so investigation effort goes to actionable defects first.
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.