status

Inventory pipeline resources and summarize completeness and staleness for a named data concept in the soria environment.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Soria-Inc/soria-stack --skill status-soria-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Soria-Inc/soria-stack/tree/main/status
Command: npx skills add https://github.com/Soria-Inc/soria-stack --skill status-soria-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify what exists, what is missing, and what is stale for a named data concept across the full pipeline so teams can prioritize work without guessing.

Core Features & Use Cases

  • Environment-aware reconnaissance: reports state scoped to the active soria environment and warns if the user is not in the intended environment.
  • End-to-end inventory: locates scrapers, counts files, inspects groups, schemas, extractors, value mappings, warehouse tables, SQL models, and frontend dive artifacts.
  • Staleness and gap detection: flags last-run dates, unmapped values, unmaterialized tables, missing dbt marts, and uncommitted dive changes to inform safe next steps.
  • Read-only safety: performs only read operations using CLI, SQL, git, and filesystem checks and emits a reproducible artifact consumed by planning workflows.

Quick Start

Run the status skill for a concise concept (for example, NAIC health) to produce a complete inventory, gaps list, and suggested next skill.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find missing or stale resources in a dbt data pipeline?

Pipeline reconnaissance locates scrapers, schemas, warehouse tables, and dbt models to flag missing dbt marts, unmapped values, and stale last-run dates for a named data concept. It inventories the full pipeline to summarize completeness and staleness without modifying any state.

What is data pipeline gap detection and when do I need it?

Data pipeline gap detection identifies what exists, what is missing, and what is stale across scrapers, warehouse tables, and SQL models. You need it to prioritize data engineering work and plan next steps safely without guessing about resource availability.

Can I run pipeline reconnaissance without modifying my warehouse or dbt state?

Yes, pipeline reconnaissance performs read-only operations using CLI, SQL, git, and filesystem checks. It requires read-only access to the soria CLI, filesystem, and git, and runs SQL queries against the warehouse to ensure no state is modified.

How do I inventory uncommitted changes and unmapped values across my data warehouse?

Inventory uncommitted changes and unmapped values by running environment-aware reconnaissance that locates value mappings, frontend dive artifacts, and warehouse tables. It detects uncommitted dive changes and unmapped values to produce a reproducible artifact for planning workflows.

Does environment-aware pipeline reconnaissance warn if I am in the wrong soria environment?

Yes, environment-aware pipeline reconnaissance reports state scoped to the active soria environment and explicitly warns if the user is not in the intended environment. It inspects groups, schemas, and extractors within that specific environment context to ensure accurate findings.

What is the best way to audit dbt models and warehouse tables for staleness?

The best way to audit staleness is running read-only reconnaissance that flags last-run dates, unmaterialized tables, and missing dbt marts. It summarizes pipeline completeness and staleness across files, schemas, and dive artifacts to inform safe next steps.