원클릭으로
starflow-lineage-review
Review and document data lineage across pipeline stages. Use when the user says "review lineage" or "trace data flow".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review and document data lineage across pipeline stages. Use when the user says "review lineage" or "trace data flow".
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage GizmoSQL processes: start, stop, list, and stop-all DuckLake-backed SQL servers
Create or modify database connections in application.sl.yml
Manage Quack DuckDB query servers exposing DuckLake over a thin remote protocol — serve (foreground), start/stop/list/stop-all (background)
Automatically infer schemas and load data from the incoming directory
Data quality expectations syntax, built-in macros, and validation patterns
Apply Row Level Security (RLS) and Column Level Security (CLS) policies
| name | starflow-lineage-review |
| description | Review and document data lineage across pipeline stages. Use when the user says "review lineage" or "trace data flow". |
Traces and documents data lineage across all pipeline stages: from source extraction through loading, transformation, and final consumption. Uses Starlake's built-in lineage capabilities and supplements with manual analysis where needed.
Role Guidance: Act as a Data Quality Engineer reviewing data lineage for completeness and correctness.
Trace the flow of data between tables:
starlake lineage --task {domain}.{task} to generate lineage graphsstarlake table-dependencies to list all dependenciesTrace individual columns through transformations:
starlake col-lineage --task {domain}.{task} --column {col} for column tracingTrace access control through the pipeline:
starlake acl-dependencies to map permission flows# Generate table lineage for a task
starlake lineage --task {domain}.{task}
# Trace column lineage
starlake col-lineage --task {domain}.{task} --column {column_name}
# List all table dependencies
starlake table-dependencies
# List ACL dependencies
starlake acl-dependencies
Lineage documentation including:
lineage skill for detailed starlake lineage command optionscol-lineage skill for column-level lineage tracingtable-dependencies skill for dependency graph generationacl-dependencies skill for permission lineageComplete data lineage documentation ensuring traceability from source to consumption for governance, debugging, and impact analysis.