audit-report
Phase 3: Generate and present audit report for user review
npx skills add majiayu000/claude-skill-registry --skill audit-report --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Phase 3: Report Generate a human-readable audit report and present to the user for review before applying corrections. ## What This Phase Does 1. Merge three-layer findings: mechanical + Gemini per-footnote + Claude cross-footnote review (**mechanical > Claude > Gemini priority** — see audit-check merge rules) 2. Categorize by issue type and severity 3. Flag items needing manual review (low-confidence cross-refs, ambiguous citations) 4. Generate `scratch/AUDIT_REPORT.md` 5. Present summary to user ### Three-Layer Merge Priority **Mechanical > Claude cross-review > Gemini per-footnote** - Mechanical findings (signal italic, terminal periods, Id. chains, small caps patterns) are deterministic and **must never be dropped** - Claude cross-review adds cross-footnote patterns (supra chains, hereinafter consistency) and filters Gemini false positives - Gemini per-footnote adds individual source type classification and abbreviation checks ## Report Structure ```markdown # Bluebook Audit Report ## Summary - Total footnotes: N - Clean: N (XX%) - Issues found: N across M footnotes ## Fix Counts by Category | Category | Count | Auto-fixable | |----------|-------|-------------| | Journal name
- What This Phase Does
- Three-Layer Merge Priority
- Report Structure
- Why "Correct As-Is" Matters
- Gate: Exit Report
- Next Phase
What does the audit-report skill do?
Phase 3: Generate and present audit report for user review
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill audit-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
