What problem does it solve? Data engineers on the SIAN platform need to verify that Airflow DAG files follow platform standards (naming, factory usage, credential handling, Iceberg configuration) before committing or opening a PR, and manual review is error-prone. ## Core Features & Use Cases - Full checklist review: Validates file naming ({sistema}__{tabela}__{cliente}__{frequência}.py), dag_id matching, directory location, sys.path depth, factory usage, Iceberg cluster_by, credential handling via Airflow Variables, and pause-by-default settings. - Structured verdict: Emits an approve / approve-with-reservations / reject verdict following the gtsi-code-review pattern, shown inline and saved to .gtsi/reviews/<author-slug>/. - Cross-skill context: References related sian-* skills (dag-factory, iceberg-setup, new-system-checklist, data-destination, data-correction-policy) for detailed guidance on each checklist item. - Use Case: Before committing dags/protheus/financeiro/protheus__se1__sian__daily.py, ask for a review and receive a checklist-based verdict with a saved report. ## Quick Start Ask the assistant to review the DAG file at dags/protheus/financeiro/protheus__se1__sian__daily.py before committing it.