← ClaudeAtlas

coveragelisted

Show scan coverage across all scanners — what's been analyzed, what remains, what changed since last scan.
opendatadiscovery/odd-team · ★ 0 · AI & Automation · score 75
Install: claude install-skill opendatadiscovery/odd-team
# Coverage Report Show scan coverage status. If `$ARGUMENTS` is provided, show details for that specific scanner. Otherwise show summary across all scanners. ## Protocol ### Summary Mode (no arguments) 1. List all manifests in `state/coverage/` 2. For each, read and extract: scanner_id, total_items, scanned_items, coverage_pct, last_enumerated 3. List scanners that have NO manifest yet (from `scanners/` directory) 4. Display: ``` ## Scan Coverage | Scanner | Coverage | Scanned | Total | Last Active | Stale? | |---------|----------|---------|-------|-------------|--------| | tests/collectors-adapters | 23% | 10 | 43 | 2026-04-20 | No | | tests/collectors-sdk | 100% | 8 | 8 | 2026-04-19 | No | | docs/accuracy/feature-behavior | 0% | 0 | 25 | - | - | | ... | | | | | | Not yet enumerated: - scanners/docs/accuracy/architecture-drift.md - scanners/docs/completeness/missing-limitations.md - ... Overall: X/Y items scanned across all scanners (Z%) ``` 5. Flag "stale" if last_enumerated is >7 days ago (repo may have new files) 6. Recommend next action: enumerate un-manifested scanners, or continue scanning lowest-coverage ones ### Detail Mode (scanner path provided) 1. Read manifest for `$ARGUMENTS` 2. Display: - Full item list grouped by status (scanned, not-scanned, changed-since-scan, new, error) - Dates and commit refs for scanned items - Suggested next batch (first 10-15 not-scanned items) 3. Check if target repo has new commits since last enumeration: - `gi