What problem does it solve?
Bug fixes often close without clear evidence of what was broken, what changed, or whether the fix was actually proven. This Skill enforces a disciplined closeout process that produces a standardized BUG RECEIPT documenting the problem, root cause, change, and proof for every defect or incident.
Core Features & Use Cases
- Mandatory Receipt Output: Returns a fixed-format BUG RECEIPT with VERIFIED, PARTIAL, or BLOCKED status, ensuring no closeout skips the evidence trail.
- Evidence Discipline: Separates observed facts from hypotheses, requires decisive proof per surface (UI, API, persistence, concurrency), and caps unproven results at PARTIAL or BLOCKED.
- Machine-Readable Artifacts: Generates JSON receipts from a template and validates them against a schema using the bundled Node.js validator script.
- Use Case: After fixing a failing checkout discount calculation, produce a VERIFIED receipt showing the failing test baseline, the root cause in the pricing module, the applied change, and the passing verification checks.
Quick Start
Ask the agent to close out the bug you just fixed and produce a bug receipt with verified status and proof of the fix.