From airlayer
Validates .view.yml semantic layer files using airlayer. Checks for errors like missing table/sql, duplicate views, invalid types, and unresolved references when creating or modifying views.
npx claudepluginhub oxy-hq/airlayer --plugin airlayerThis skill is limited to using the following tools:
Validate `.view.yml` files for correctness.
Inspects semantic layer views, dimensions, measures, and entities in .view.yml files using airlayer CLI. Useful for exploring available schema before building queries.
Validates Copilot Studio agent YAML files using LSP binary diagnostics for YAML structure, Power Fx expressions, schema validation, and cross-file references. Useful when asked to check, validate, or verify YAML files.
Guides creation and modification of dbt Semantic Layer YAML configs for semantic models, metrics, dimensions, entities, and time spines in latest or legacy specs.
Share bugs, ideas, or general feedback.
Validate .view.yml files for correctness.
which airlayer || cargo install --git https://github.com/oxy-hq/airlayer
views/:find . -name "*.view.yml" -not -path "*/node_modules/*" -not -path "*/cube/*" 2>/dev/null | head -10
airlayer validate
$ARGUMENTS
table or sql (not both, not neither){{entity.field}}) resolve correctly{{view.measure}}) resolve correctlyShow the user the validation error and the relevant section of the .view.yml file. Suggest a fix.