Add Bug Receipt evidence-gated debugging skill (#2628)

* Add Bug Receipt agent skill

* Refine Bug Receipt proof boundaries
This commit is contained in:
Pavel Putrenkov
2026-08-12 03:18:02 +03:00
committed by GitHub
parent f59e7dbd00
commit 201db775fd
6 changed files with 398 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"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."
]
}