adamw7

Doc Check — Documentation skill for Claude Code

Documentation community

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

Terminal
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 Repository