Coverage Scanner banner
xiaolai xiaolai

Coverage Scanner

Security community

Description

--- name: coverage-scanner description: Use this agent to find undocumented public APIs and calculate documentation coverage percentage. Works standalone via /coverage or as part of a full audit. <example> Context: Checking how much of the API is documented user: "What's our documentation coverage?" assistant: "I'll use the coverage-scanner agent to find undocumented public APIs and calculate coverage." <commentary> Coverage scanning identifies gaps — what exists in code but not in

Installation

Installs to ~/.claude/agents/xiaolai-docs-guardian-for-claude-coverage-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/xiaolai/docs-guardian-for-claude/HEAD/agents/coverage-scanner.md -o ~/.claude/agents/xiaolai-docs-guardian-for-claude-coverage-scanner.md

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

Full documentation available on GitHub

View Source Repository