What problem does it solve?
Data warehouse import sources often ship with only a subset of the endpoints a vendor's API actually offers, leaving users unable to sync data they need. This Skill provides a repeatable method to find those gaps across hundreds of implemented sources without guessing.
Core Features & Use Cases
- Credential-free inventory dump: Runs a script against the source registry to list every source's real tables via get_documented_tables(), with no secrets or vendor API calls required.
- Adoption-ranked prioritization: Ranks sources by production connection counts so audit effort goes where users actually are, then diffs top sources against vendor OpenAPI or GraphQL specs.
- Structured gap recording: Writes findings into COVERAGE_GAPS.md with spec-verified status, adoption tiers, and cross-source pattern themes like missing lookup tables.
- Use Case: A maintainer suspects the HubSpot source is missing endpoints. Use this Skill to dump the current table inventory, fetch HubSpot's API surface, diff the two, and record verified gaps ordered by user value.
Quick Start
Audit the Stripe warehouse source for endpoints the vendor API offers that we have not wired up, and update COVERAGE_GAPS.md with the verified findings.