Consistency Check banner
marianasmall marianasmall

Consistency Check

Security community

Description

--- name: consistency-check description: Audit a doc bundle for cross-reference integrity, count drift, pronoun ambiguity, audience assumptions, and other issues that erode reader trust. Pre-ship discipline for user-facing docs. argument-hint: "[path-to-bundle | default: current directory]" --- # /consistency-check — Pre-Ship Doc Audit Run a structured cold-read audit on a documentation bundle before it ships. Catches the categories of issues that erode reader trust without being obvious to th

Installation

Installs to ~/.claude/skills/marianasmall-claude-code-starter-kit-consistency-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marianasmall-claude-code-starter-kit-consistency-check && curl -fsSL https://raw.githubusercontent.com/marianasmall/claude-code-starter-kit/HEAD/commands/consistency-check.md -o ~/.claude/skills/marianasmall-claude-code-starter-kit-consistency-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository