Files
awesome-copilot/skills/bug-receipt/assets/receipt.template.json
T
Pavel Putrenkov 201db775fd Add Bug Receipt evidence-gated debugging skill (#2628)
* Add Bug Receipt agent skill

* Refine Bug Receipt proof boundaries
2026-08-12 10:18:02 +10:00

20 lines
541 B
JSON

{
"version": 1,
"status": "partial",
"problem": "Describe the observed defect and intended behavior.",
"baseline": {
"command": "Record the exact reproduction command or interaction.",
"result": "not-run",
"evidence": "State the decisive observation, or why it could not be obtained."
},
"rootCause": {
"summary": "State the evidence-backed mechanism, or mark it unresolved.",
"evidence": []
},
"changes": [],
"verification": [],
"gaps": [
"Replace this with the exact missing proof layer."
]
}