Agent skill · Security

audit-report

Phase 3: Generate and present audit report for user review

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill audit-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/audit-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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's inside
Steps it walks through
  1. What This Phase Does
  2. Three-Layer Merge Priority
  3. Report Structure
  4. Why "Correct As-Is" Matters
  5. Gate: Exit Report
  6. Next Phase
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going