What problem does it solve?
This Skill helps prevent broken or inconsistent data pipelines when you change LinkMerce Airflow DAGs by ensuring orchestration logic, credentials, and extract/transform/load wiring stay aligned.
Core Features & Use Cases
- DAG-focused change control: Keeps Airflow scheduling, dependencies, and triggers separate from business logic so modifications remain understandable and maintainable.
- End-to-end alignment checks: Verifies the real trigger inputs, credential handling, extract paths, transform paths, and load strategy by reading the DAG and the called modules together.
- Documentation-to-code consistency: Updates doc_md to match the implementation, reducing drift that commonly causes operators to run the wrong workflow behavior.
- Practical test guidance: Recommends adding or updating tests only when DAG behavior is realistically testable in the repository.
Quick Start
Use this skill to review and implement a proposed change to airflow/dags/**/*.py by describing what you want to adjust and which DAG behavior must remain consistent.