Doc Check — Documentation skill for Claude Code
Run the two-phase CLAUDE.md enforcement check and explain any rule that failed.
How to install Doc Check
Installs to ~/.claude/commands/adamw7-tools-doc-check.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/adamw7/tools/HEAD/.claude/commands/doc-check.md -o ~/.claude/commands/adamw7-tools-doc-check.md Restart Claude Code, or start a new session, for it to be picked up.
What Doc Check does
description: Run the two-phase CLAUDE.md enforcement check and explain any rule that failed. allowed-tools: Bash(mvn *), Read, Edit, Grep, Glob
Run this repository's documentation contract check the way `.github/workflows/maven.yml` runs it, and act on the result.
Both commands, in this order — the first publishes the rule, the second uses it:
mvn -pl claude-code-enforcer -am install
mvn -N validate -DenforceClaudeMd
Running only the second checks the new documents with t
Alternatives in Documentation
- Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
- Documentation Sync — Check if documentation matches the current code state 5.8k ★
- Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Code Starter Pack
Claude Code skill that scaffolds an anti-drift doc system: approval-locked vision, strategy ledger injected ev
Explain Plan
Convert a plan doc into a self-contained interactive HTML explanation (Mermaid diagrams, blast-radius map, ste
Apply Self Review
Apply the approved improvements from the latest memory-self-review PROPOSAL. Auto-applies the safe, reversible
Entropy Check.Skill
Scan the codebase for doc drift, dead references, layer violations, and stale features; commit a clean-up and
Propagate Status
Check whether any declared file coupling has drifted, before editing a doc that other files must follow
Honesty Check
Run the implemented-vs-planned checklist over a doc, diff, or status before publishing.
Related Agents
Protocol
Use when enforcing system laws, checking standards, validating rule integrity, or performing boot validation (
Codebase Doc Verifier
Read-only adversarial verifier for the codebase-discovery skill. Use in the verification phase to independentl
Doc Explain
Explanation of complex code. Use to understand and document code that is hard to grasp.