audit

Verifies recently changed files, validates frontmatter, and reports discrepancies after major changes.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/joydai2026-del/skills --skill audit-joydai2026-del
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/joydai2026-del/skills/tree/main/audit
Command: npx skills add https://github.com/joydai2026-del/skills --skill audit-joydai2026-del

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify changes after a large implementation?▼

Run a post-change audit that enumerates all created, modified, and deleted files using git diff or session logs, then reads each file to confirm the content matches intent. The audit flags leftover TODO markers, placeholder data, and broken references in a structured report.

How to validate Markdown frontmatter fields automatically?▼

Check each Markdown file's frontmatter against your tree's conventions doc for required fields such as type, created, modified, and tags. The audit also verifies tags come from the approved list and that language fields are set for bilingual content.

Does the audit skill fix the issues it finds?▼

No, the audit only reports issues and does not fix them unless the user explicitly asks. It acts as an independent reviewer, treating the work as if someone else did it, and outputs a report with severity levels and an overall verdict.

What does the audit report include?▼

The report lists every reviewed file with an OK, Warning, or Error status, details each issue with severity, and ends with an overall PASS, PASS WITH WARNINGS, or FAIL summary. It can be saved to a dated health report file in your notes tree.

When should I run a post-change audit?▼

Run it after any major implementation, multi-file refactor, or batch of note changes, or whenever you ask an agent to verify what was done. It is most valuable when the scope of changes is large enough that manual review would miss inconsistencies.