| name | verify |
| description | Check resume for fabrication and provenance integrity. Use when: 'verify resume', 'check claims', 'anti-fabrication check', 'audit resume'. |
| argument-hint | [path to resume.yaml, e.g. tailored/2026-04-29_acme_swe/resume.yaml] |
/verify — Anti-Fabrication Verification
Purpose
Verify that all claims in resume.yaml trace back to source artifacts and no fabrication has occurred.
Process
- Run
resume-builder verify for deterministic provenance check
- Review each bullet for:
- Fabricated claims: metrics, technologies, or experiences not backed by provenance
- Overclaiming: embellished scope, inflated metrics, solo credit for team work
- Verb discipline: "led" vs "contributed to", "architected" vs "worked on"
- Metric accuracy: do the numbers match what provenance artifacts show?
- Check corrections.yaml for previously caught errors — flag if reintroduced
- Report findings with severity levels:
- ERROR: Fabricated metric, company, or technology
- WARNING: Meaning changed through rephrasing
- INFO: Minor rewording, acceptable
Output
## Verification Report
### Status: PASS / FAIL
### Errors (must fix)
- ...
### Warnings (review recommended)
- ...
### Info (acceptable)
- ...
### Provenance Coverage
- X/Y bullets have provenance
- X/Y bullets are verified
- X/Y projects have artifact links
Session Log
Append to knowledge/sessions/{company-slug}/{role-slug}/summary.md (if it exists — verify does not create it):
---
## {date} verify
**Status**: {PASS|FAIL} — {N} bullets and {N} projects checked
**Issues**: {brief list of errors/warnings, or "none — all claims verified"}
Options
- Verify main resume:
/verify
- Verify tailored resume:
/verify tailored/2026-04-29_acme_swe/resume.yaml