What problem does it solve? Agent sessions, PRs, and transcripts often contain claims about work done—files created, commits landed, content written—that may not match reality. This Skill audits those claims against the actual filesystem and repository state, producing a verification report instead of blindly trusting the record. ## Core Features & Use Cases - Claim Verification: Reads referenced session transcripts and artifacts fresh from disk, then checks each claim (file exists, content matches, commit landed) against on-disk reality. - Structured Verdicts: Classifies every claim as verified, false-positive, false-negative, or partial, so discrepancies are explicit rather than implied. - Owned Remediation List: Produces a remediation list with explicit owners, while stopping at verification—no remediation is executed without explicit approval. - Use Case: After an agent claims it refactored three modules and committed the changes, run this audit to confirm each file change and commit actually exists before merging or reporting the work as done. ## Quick Start Audit the claims in this session transcript against the current repository state and produce a verification report with owners for any remediation items.