Spec Kit Bug Test
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Spec Kit.
What does this prompt do?
Designs a regression test from a verified defect so the failure is demonstrated before repair and the corrected behavior remains protected afterward.
Primary use case
Create a regression test for an assessed bug.
Expected output
A reproducible regression test and execution evidence.
Inputs or variables
- bug assessment
- expected behavior
- test framework
Related prompts
Spec Kit Quality Checklist
Creates a requirement-quality checklist that tests whether a specification is clear, complete, consistent, measurable, and ready to guide implementation.
Accessibility Coverage Matrix
Builds an evidence-based accessibility test matrix that maps requirements, assistive technologies and validation coverage.
Implementation Test Writer
Builds tests around observed behavior and project conventions, then validates the resulting test changes.
Prototype Test Plan
Creates a prototype test plan with participants, tasks, observation points, evidence capture, success signals, and safeguards against leading questions.
Specification Invariant Audit
Extracts invariants from a specification and tests whether related designs, implementations, and validation artifacts consistently preserve them.
Test Coverage Gap Audit
Identifies important behavior that is not adequately covered by the current test suite and distinguishes meaningful gaps from coverage-percentage noise.