AgentStack
SKILL verified MIT Self-run

Lineage Governance

skill-sawrus-agent-guides-lineage-governance · by sawrus

A Claude skill from sawrus/agent-guides.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-sawrus-agent-guides-lineage-governance

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Lineage Governance? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: Data Lineage & Governance

When to load

When tracing data origins, assessing impact of schema changes, or managing data catalog.

Lineage in dbt

dbt manifest.json contains full lineage graph.
Use: dbt ls --select +model_name (upstream)
     dbt ls --select model_name+ (downstream)

Impact Assessment for Column Change

Before renaming/dropping a column:
1. dbt ls --select model_name+ → list all downstream models
2. Check dashboards/BI tools connected to those models
3. Check ML feature pipelines consuming the column
4. Estimate blast radius: N models, M dashboards affected

Migration approach for breaking changes:
Phase 1: Add new column alongside old column
Phase 2: Migrate downstream consumers to new column (coordinate with owners)
Phase 3: Mark old column deprecated in YAML docs
Phase 4 (after 30 days): Drop old column

Data Catalog Standards

Every table in the warehouse must have:

  • description: what the table represents (grain, one sentence)
  • owner: team or person responsible
  • data_classification: PUBLIC / INTERNAL / CONFIDENTIAL / RESTRICTED
  • sla_freshness: expected update frequency
  • Column descriptions for all non-obvious fields

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.