Base Schema Curator banner
mozilla mozilla

Base Schema Curator

Development community

Description

--- name: base-schema-curator description: Autonomously audits and updates all base schema files in bigquery_etl/schema/. Fixes type mismatches, missing descriptions, missing modes, and cross-file duplicates. Promotes fields from dataset tables into the correct base schema file (global.yaml, app_<product>.yaml, <dataset_name>.yaml) and creates missing dataset schema files when evidence is sufficient. Writes a recommendations document for items requiring human judgment. Re-reviews up to three pas

Installation

Installs to ~/.claude/agents/mozilla-bigquery-etl-skills-base-schema-curator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mozilla/bigquery-etl-skills/HEAD/agents/base-schema-curator.md -o ~/.claude/agents/mozilla-bigquery-etl-skills-base-schema-curator.md

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

Full documentation available on GitHub

View Source Repository