What problem does it solve? After a large implementation or batch of file changes, it is easy for mistakes to slip through: missing files, leftover TODO markers, placeholder data, invalid frontmatter, or broken links. This Skill provides an independent, critical post-change audit that treats the work as if someone else did it and reports every discrepancy. ## Core Features & Use Cases - Change Enumeration: Identifies all created, modified, or deleted files via git diff, session logs, or a user-specified scope. - Content Verification: Reads each file to check for leftover TODO/FIXME markers, mock data, placeholder values, and obvious errors. - Frontmatter Validation: Validates required frontmatter fields (type, created, modified, tags) for Markdown notes against your tree's conventions. - Structured Audit Report: Produces a standardized report with per-file status, issue severity, and an overall PASS / PASS WITH WARNINGS / FAIL verdict. - Use Case: After an agent implements a multi-file feature, invoke the audit to confirm every file exists, contains real content, follows naming conventions, and has no orphaned or unlinked files. ## Quick Start Audit the changes from my last session and report any issues you find.