audit

Audit pipeline artifacts for gaps, inconsistencies, and traceability across .gener8v/ documents.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/gener8v/gener8v.claude-skills --skill audit-gener8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/gener8v/gener8v.claude-skills/tree/main/skills/audit
Command: npx skills add https://github.com/gener8v/gener8v.claude-skills --skill audit-gener8v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Pipeline artifacts like PRDs, specifications, tickets, and delivery records drift out of sync as a project grows, and plans built on false assumptions about the codebase fail at delivery time. This Skill reviews those artifacts for gaps, inconsistencies, missing coverage, and staleness, then resolves each finding interactively with the user. ## Core Features & Use Cases - Three Audit Modes: Audit a single document in isolation, trace cross-stage consistency across the whole pipeline, or reconcile a ticket or externally-authored plan against the real codebase with a Go/Blocked verdict. - Severity-Ranked Findings: Classifies issues as Critical, Gap, Warning, or Suggestion and presents them interactively so the user can approve, modify, defer, or dismiss each fix. - Dated Audit Reports: Writes reports to .gener8v/audits/ with a coverage matrix and resolution log, carrying deferred findings forward between runs. - Use Case: Before delivering a ticket, run a reconciliation audit to verify that the schema tables, scripts, and referenced documents the ticket assumes actually exist in the repository. ## Quick Start Ask the assistant to audit the pipeline for gaps and inconsistencies before committing to the next stage.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I check a specification for gaps before implementation?▼

Run a single-document audit on the specification file. The audit checks atomicity, testability, requirement prefixes, NFR measurability, and traceability, then presents each finding with a recommended fix for you to approve, modify, defer, or dismiss.

How to verify a plan matches the actual codebase before building?▼

Use the reconciliation audit mode, which checks the ticket or plan against ground truth: schema and migrations, scripts and commands, and referenced documents. It returns a Go verdict when assumptions hold or Blocked with the named false assumptions.

What is the difference between an audit and a code review?▼

An audit reviews pipeline documents and plans, not delivered code. It checks artifacts like PRDs, specifications, and tickets for quality and cross-stage consistency. For delivered code, use code-review, quality-review, or security-review instead.

Can I audit a pipeline that only has a PRD?▼

Yes, the skill adapts to whatever artifacts exist in .gener8v/. With only a PRD it produces limited findings, mostly missing-specification gaps, which is still useful for planning next steps. It never generates the missing artifacts itself.

What happens if the audit session ends before findings are resolved?▼

The audit report is written before the first finding is discussed, so nothing is lost. Findings still marked Open are the ones remaining, and the Resolution Log records every decision already made, letting you resume from the dated report file.

Why does a lint finding persist after the fix was applied?▼

The fix likely went to a legacy per-area ticket file that the state script ignores once a ticket directory exists. Apply the fix to the individual TICKET-NNN.md file inside the directory, then re-run lint to confirm it clears.