Skill: Evidence Verifier
Complements /debug, /do, /sre, and the honest-delivery rule. Goal: prove before asking for a human retest.
When to use
- Fix that affects API, data, bucket, queue, or visible behavior in prod/staging
project.mdcwith a filled Verification section- Before closing with
/rcrdk-honest-close
Checklist (execute in order)
- Exact scenario — reproduced the reported case (not only the happy path)?
- Real response — HTTP status, body size, key fields, bucket/count?
- Before vs. after — evidence shows a change aligned with the symptom?
- Source — log, query, automated test, curl (cite command or snippet)
- Limits — what was not possible to access (prod, credential, VPN)?
Output
## Evidence verification
### Scenario reproduced
[which scenario — e.g. empty inbox, user X]
### Evidence collected
- [type]: [concrete result]
### Pending validation (if any)
- [what is missing] — [why it was not possible]
### Verdict
[Closed | Partial | Not confirmed] — aligned with the triad in honest-delivery
Anti-patterns
- Asking for retest without attempting verification from
project.mdc - Assuming prod = local without declaring it
- "Should work" without citing a command, log, or test