scan

Installation
SKILL.md

doc-sentinel:scan

Deep scan that cross-references all documentation against the current state of the codebase. Unlike the hook (which checks only files changed in a commit), this scans everything.

This skill is read-only — it reports drift but does not modify files.

Phase 1: Load Configuration

cat .doc-sentinel.json 2>/dev/null || echo "No config — using defaults"

Defaults if no config:

  • docs_root: docs
  • watch_files: AGENTS.md, ARCHITECTURE.md, README.md, CLAUDE.md
  • ignore_sources: *.test.*, *.spec.*, __tests__/**

Phase 2: Discover Documentation

Related skills

More from dgalarza/claude-code-workflows

Installs
2
GitHub Stars
55
First Seen
14 days ago