Docs Verify banner
littlebearapps littlebearapps

Docs Verify

Documentation community

Description

--- description: "Verify documentation quality, links, freshness, and consistency: $ARGUMENTS" argument-hint: "[links|freshness|ci|score] or --min-score N" allowed-tools: - Read - Glob - Grep - Bash --- # /docs-verify Validate that documentation remains accurate, linked, and fresh over time. Catches broken links, stale content, and llms.txt drift before they reach users. ## Behaviour 1. Load the `docs-verify` skill for the verification checks 2. Scan all Markdown files in the reposit

Installation

Installs to ~/.claude/skills/littlebearapps-pitchdocs-docs-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/littlebearapps-pitchdocs-docs-verify && curl -fsSL https://raw.githubusercontent.com/littlebearapps/pitchdocs/HEAD/commands/docs-verify.md -o ~/.claude/skills/littlebearapps-pitchdocs-docs-verify/SKILL.md

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

Full documentation available on GitHub

View Source Repository