docs-check

Analyze git changes to detect documentation drift and generate a findings report.

24|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/kvet/queuert --skill docs-check-kvet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-check
Source: https://github.com/kvet/queuert/tree/main/.claude/skills/docs-check
Command: npx skills add https://github.com/kvet/queuert --skill docs-check-kvet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation often drifts from the codebase as development progresses. This skill helps teams automatically identify documentation that needs updating by analyzing git changes and comparing them against design docs, package READMEs, and CLAUDE.md.

Core Features & Use Cases

  • Detects documentation drift by mapping code changes to relevant documentation sections.
  • Generates a structured findings report highlighting specific files and sections to update.
  • Supports audit workflows for releases, design review cycles, and ongoing documentation hygiene.

Quick Start

Run the docs-check tool to analyze current changes and produce a report.

/docs-check /docs-check --staged /docs-check <commit> /docs-check <base>..<head>

Frequently Asked Questions about docs-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect documentation drift in my git changes?

To detect documentation drift, you can analyze git changes to map code modifications against design docs, package READMEs, and CLAUDE.md, generating a structured findings report highlighting specific files and sections that need updating.

What is the best way to keep package READMEs and design docs in sync with code?

Keeping package READMEs and design docs in sync involves analyzing git diffs to categorize impact and map changes to relevant documentation sections, then delivering a structured report for action.

Can I check specific commits or staged changes for documentation updates needed?

Yes, you can check staged changes or specific commits by passing arguments like --staged, a specific commit hash, or a base..head range to analyze those exact git changes for documentation drift.

Does this documentation drift detection work without external dependencies?

Yes, documentation drift detection works without external dependencies, directly analyzing your git history and file structure to map code changes to relevant documentation sections.

When do I need to run a documentation audit for my codebase?

You need to run a documentation audit during release workflows, design review cycles, or ongoing documentation hygiene maintenance to ensure design docs, package READMEs, and CLAUDE.md accurately reflect current code changes.

How does mapping code changes to documentation sections work?

Mapping code changes to documentation sections works by analyzing git diffs, categorizing the impact of those code modifications, and matching them to relevant sections within design docs, package READMEs, and CLAUDE.md files.