Lint/QA a drafted learn-as-you-go guide against the GuideForge contract and report violations, ranked by severity — structural (missing Done-when, no nav line, partial code, dead links, no overview) and pedagogy (undefined terms, missing WHERE/WHY, arrow-chains, vague values, a solved capability hand-rolled without naming the library it replaces, a repetition hidden behind one sentence with no count and no bulk path). Read-only: it flags, it does not fix. Use when the user wants to check/QA/r...
Scanned 9/4/2026
Install to Claude Code
npx -y skills add tomthebearded/guide-forge --skill audit-guide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Guide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tomthebearded-audit-guide)More formats (shields.io, HTML) on the badges page.
---
name: audit-guide
description: >
Lint/QA a drafted learn-as-you-go guide against the GuideForge contract and report violations, ranked by
severity — structural (missing Done-when, no nav line, partial code, dead links, no overview) and pedagogy
(undefined terms, missing WHERE/WHY, arrow-chains, vague values, a solved capability hand-rolled without
naming the library it replaces, a repetition hidden behind one sentence with no count and no bulk path).
Read-only: it flags, it does not fix. Use
when the user wants to check/QA/review a guide before shipping it. Invoke with the guide, e.g.
"/audit-guide M2/", attaching the file(s) to audit.
argument-hint: "<guide-or-milestone> [file ...]"
---
# Skill: audit-guide
The complete, canonical contract for this skill is the paste-prompt it wraps, inlined here — **follow it in
full:**
!`cat "${CLAUDE_SKILL_DIR}/prompt.md"`
(If the block above came back empty or errored, read `prompt.md` in this skill folder — it sits beside this `SKILL.md` — and follow that.)
As you follow it, adapt for the fact that you're a Claude Code skill, not a pasted prompt:
- **You're already invoked** — skip its "How to use / paste this" preamble. The guide, milestone, or steps
to audit are `$ARGUMENTS` below (plus any attached files). Read the target files yourself where you can.
- **Read-only** — produce the findings report as your reply; **never edit the guide**.
- Where the prompt points at another prompt by filename, use the sibling **skill** of the same name
(`/clarify-step`, `/review-before-follow`).
Guide to audit:
```
$ARGUMENTS
```
**Gate:** flag, don't fix — point the user at `/clarify-step` for the pedagogy issues you find.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!