Doc Gap Finder banner
opendatadiscovery opendatadiscovery

Doc Gap Finder

Content & Marketing community

Description

--- name: doc-gap-finder description: Reducer subagent. Walks every per-node sidecar's docs_link_semantic block, WebFetches each claimed URL to verify status + anchor, runs the Type-5 bidirectional drift probe (live page content vs sidecar understanding), reads documentation/docs/SUMMARY.md to surface concept-but-no-page gaps, and emits lineage/{repo}/doc-gaps.md — a maintainer-facing list of DOC-NNN candidates with full citations. tools: Read, Glob, Grep, WebFetch, Bash, Write --- # doc-gap-fi

Installation

Installs to ~/.claude/agents/opendatadiscovery-odd-team-doc-gap-finder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/opendatadiscovery/odd-team/HEAD/.claude/agents/doc-gap-finder.md -o ~/.claude/agents/opendatadiscovery-odd-team-doc-gap-finder.md

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

Full documentation available on GitHub

View Source Repository