Back to skills
extension
Category: Marketing & GrowthNo API key required

discovery.data_audit

Privacy or governance issues to consider.

personAuthor: jakexiaohubgithub

Purpose

Give analytics partners a reusable way to surface the state of data readiness and highlight what is needed to support discovery.

Pre-run Checklist

  • ✅ Access existing schema documentation or data dictionaries.
  • ✅ Review outstanding data governance tickets or debt.
  • ✅ Align with product on the decision timeline and required fidelity.

Invocation Guidance

codex skills run discovery.data_audit \
  --vars "domain={{domain}}" \
         "decision_goals={{decision_goals}}" \
         "current_sources={{current_sources}}" \
         "compliance_flags={{compliance_flags}}"

Recommended Input Attachments

  • Links to Looker/Mode dashboards or warehouse tables.
  • Screenshots of tracking plans or event schemas.

Claude Workflow Outline

  1. Summarize the decision goals and domain context.
  2. Produce a data catalog table with source details, owners, freshness, and trust level.
  3. Identify instrumentation or modeling gaps blocking the decision goals.
  4. Recommend implementation steps, owners, and sequencing.
  5. Outline interim proxies or experiments while data gaps are addressed.

Output Template

## Data Inventory
| Source | Owner | Freshness | Accessibility | Trust Level | Notes |
| --- | --- | --- | --- | --- | --- |

## Gaps & Recommendations
1. Gap — Impact — Suggested Fix — Owner — Timeline

## Decision Support Plan
- Immediate next step:
- Interim proxy:
- Long-term instrumentation:

Follow-up Actions

  • File tracking or warehouse work items with clear acceptance criteria.
  • Communicate data readiness to product and engineering leadership.
  • Schedule follow-up audits post-implementation.