Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
glebis avatar

Whitepaper Audit

  • 24 installs
  • 339 repo stars
  • Updated August 4, 2026
  • glebis/claude-skills

Audit a markdown white paper against a best-practices checklist with deterministic script checks plus an LLM-judge review, producing a prioritized P0-P2 report.

About

Runs two lanes over a document (script checks for readability, acronyms, structure, links; an LLM judge for overclaims, inconsistent numbers, and audience fit) and merges them into a prioritized findings report. A developer uses it to QA a technical white paper before publishing, optionally applying fixes.

  • Two lanes: deterministic checks plus a fresh-context LLM judge
  • Prioritized P0-P2 report; applies fixes only on explicit request

Whitepaper Audit by the numbers

  • 24 all-time installs (skills.sh)
  • Ranked #973 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/glebis/claude-skills --skill whitepaper-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs24
repo stars339
Last updatedAugust 4, 2026
Repositoryglebis/claude-skills

What it does

Audit a markdown white paper against a best-practices checklist with deterministic script checks plus an LLM-judge review, producing a prioritized P0-P2 report.

Files

SKILL.mdMarkdownGitHub ↗

whitepaper-audit

Audit a markdown white paper in two lanes and produce one merged, prioritized report.

Inputs

  • Document path (required) — markdown source, not PDF.
  • Stated audience (ask if not given) — severity of audience-fit/jargon-undefined

depends on it. Default: "technical practitioners, non-academic".

  • Moderecommend (default) or fix (only on explicit request).

Workflow

1. Lane 1 — deterministic

python3 scripts/check_doc.py <doc.md> --offline [--target-grade N] [--allow ACRO]

Drop --offline to also check http(s) links (HEAD→GET, timeouts; only broken is a finding). Output: JSON findings, schema in DESIGN.md.

2. Lane 2 — LLM judge

Dispatch a subagent (fresh context — never judge a document you wrote in the same context) with references/audit-prompt.md, filling {PATH} and {AUDIENCE}, plus the [judge] criteria from references/checklist.md. The judge returns JSON findings.

Judge calibration rules are binding: verbatim quotes required; no P0 at low confidence; "needs verification", never "factually wrong".

3. Merge

Dedupe by (location, issue type) keeping both lane attributions; sort P0 → P1 → P2, then confidence. Cross-reference: a lane-1 broken link that supports a claim (judge decides materiality) is P1; decorative → P2.

4. Report (default mode)

Write a markdown report: summary verdict, findings table (id, severity, confidence, location, fix), then details. Recommend; do not edit.

5. Fix mode (only when explicitly requested)

Apply fixes P0-first. Any change to code goes through superpowers test-driven-development (test first, watch it fail). Prose fixes: edit, then re-run the full audit and report cleared vs remaining findings.

Evals

Before trusting a new/changed judge prompt, run evals/README.md procedure (planted defects + clean control; pass criteria inside). Lane 1 is covered by scripts/tests/test_check_doc.py (pytest).

Files

  • scripts/check_doc.py — lane 1 (stdlib-only; --help for flags)
  • references/checklist.md — operational criteria, both lanes
  • references/audit-prompt.md — judge prompt template
  • evals/ — judge validation cases + pass criteria
  • DESIGN.md — architecture decisions (v0.2, Codex-audited)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.