ai-self-audit-edit

Audits AI-generated work against original sources and iterates corrections until error-free.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill ai-self-audit-edit-gozonerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-self-audit-edit
Source: https://github.com/gozonerd/shadow-ai-assessment/tree/main/.claude/skills/ai-self-audit-edit
Command: npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill ai-self-audit-edit-gozonerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated documents often contain factual errors, omissions, or formatting violations that go unnoticed. This Skill enforces a systematic audit-and-edit loop that verifies generated work against its original sources and prompts, applies corrections, and repeats until a full audit pass finds zero errors. ## Core Features & Use Cases - Iterative Audit Loop: Repeatedly audits output against original sources and prompts, applies traceable edits, and bumps the version each cycle until a pass finds zero errors. - Structured Error Summaries: Presents an in-thread table of every error found, its source, and the edit applied for each loop iteration. - Versioned Audit Log: On exit, consolidates all loop summaries into a dated, versioned markdown audit log stored in deprecated/self-audit-edit-logs/. - Use Case: After drafting a client report from source data, run the self-audit-edit loop to catch misrepresented figures and missing requirements, producing a corrected final version plus a full correction history. ## Quick Start Ask the AI to run a self-audit-edit loop on the generated document, checking it against the original sources and prompt until no errors remain.

Frequently Asked Questions about ai-self-audit-edit

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

FAQPage Schema
How do I verify AI-generated content against its sources?

Run a self-audit-edit loop: audit the output against the original sources and prompt, apply an edit for every error found, then repeat the same audit until a full pass finds zero errors. Each iteration is summarized in a table of errors and edits.

What is a self-audit-edit loop?

A self-audit-edit loop is one cycle of auditing generated work against its sources, applying traceable edits, presenting an error summary, and bumping the file version. Loops repeat until an audit pass finds zero errors.

How many audit passes are needed before finalizing a document?

The loop continues until one complete audit pass finds zero errors. Each pass must re-check everything against the same sources; running several partial audits on different aspects does not count as multiple full passes.

Where is the audit log stored after the loop finishes?

All loop summaries are consolidated into a single markdown file named with the output name, date, and version. It is placed in deprecated/self-audit-edit-logs/, which is created if it does not exist.

What are common mistakes when self-auditing AI output?

Common anti-patterns include skipping the audit and going straight to versioning, exiting while errors remain, auditing from memory instead of re-reading sources, and counting several partial audits as full passes.