TESTING AND RELIABILITY / GitHub community
Bug Receipt
Creates an evidence-bearing defect or incident handoff that distinguishes verified, partial and blocked outcomes.
“Close defects and incidents with a BUG RECEIPT and VERIFIED, PARTIAL, or BLOCKED status after diagnosis, repair, or recovery.”
01 / THE REASONING
Why this made the selection.
- Requires the observed baseline, root-cause evidence, changed artifacts and relevant checks to accompany a completion status.
- A bundled JSON contract and validator reject structurally inconsistent receipts, including a verified status with declared gaps.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- skills/bug-receipt/SKILL.md
- README.md (installation and supported-host sections)
- LICENSE
- skills/bug-receipt/assets/receipt.template.json
- skills/bug-receipt/references/receipt-contract.md
- skills/bug-receipt/references/receipt.schema.json
- skills/bug-receipt/scripts/validate-receipt.mjs
Our findings
- The complete definition, JSON schema, template and JavaScript validator/contract were inspected.
- The supplied template starts with partial/not-run observations; the procedure requires real evidence before stronger completion wording.
Not established by this review
- No upstream definition, helper, installer or generated workload was executed.
- No end-to-end agent session or effectiveness benchmark was run.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Add a skill to your workflow.
DOCUMENTED COMMAND
npx skills add https://github.com/github/awesome-copilot/tree/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt --skill bug-receipt Copying does not execute this command. It may retrieve a newer version than the reviewed source.
- Install the complete skill directory, including its references and helpers; select your intended host and project scope.
- Review the instructions before invoking them. The source revision is pinned; the installer was not executed or version-pinned by this review.
Before you start
- Node.js/npm and git for the documented Skills installer
- An agent host that supports the skill format and the tools required by the workflow
- Node.js if running the bundled JSON validator
04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt/SKILL.md
Supports: summary, upstreamDescription, whySelected, bestFor, limitations, review, access
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/README.md
Supports: install, compatibility
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/LICENSE
Supports: license, access.cost
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt/assets/receipt.template.json
Supports: review, limitations, install, access
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt/references/receipt-contract.md
Supports: review, limitations, install, access
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt/references/receipt.schema.json
Supports: review, limitations, install, access
https://github.com/github/awesome-copilot/blob/a19b3101cc797a35de8b1c1698c13d1344703522/skills/bug-receipt/scripts/validate-receipt.mjs
Supports: review, limitations, install, access
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/README.md
Supports: install
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/git.ts
Supports: install
https://github.com/vercel-labs/skills/blob/7407f3893ad4dceab546ac002c3ef806e4000c73/src/source-parser.ts
Supports: install