Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

data_playground

يحتوي data_playground على 9 من skills المجمعة من arsalann، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
5
محدث
2026-05-26
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

anomaly-investigate
مطوّرو البرمجيات

Explain a metric spike or dip by slicing dimensions and checking upstream changes. Produces a hypothesis with evidence; never auto-fixes the data. Use when a tracked metric is out of expected range but no pipeline error or quality check fired.

2026-05-26
freshness-sla-check
مطوّرو البرمجيات

Find Bruin assets past their inferred freshness expectations and classify why. Distinguishes between "upstream is late", "source is down", "scheduler missed a tick", "table stopped advancing", and "this is a real outage". Use on a recurring schedule or when triage flags 'stale'.

2026-05-26
maintenance-pr
مطوّرو البرمجيات

Open a pull request for routine pipeline maintenance proposed by another skill (column rename, type bump, removed-column cleanup, dependency update, check threshold adjustment). Never opens PRs unprompted; always gated on a prior skill's finding.

2026-05-26
pipeline-backfill
مطوّرو البرمجيات

Safely trigger or rerun Bruin Cloud pipeline runs for a specific time range. Validates scope, checks dependencies and materialization risk, and executes only through Bruin Cloud MCP or Bruin Cloud CLI. Use when a fix has been merged, a transient failure needs a retry, or historical data was wrong and needs regeneration.

2026-05-26
pipeline-diagnose
مطوّرو البرمجيات

Deep-dive on a single failed or suspicious Bruin asset. Pulls logs, error patterns, dependency graph, and recent commits to produce a root-cause hypothesis. Use when triage classified an issue as 'unknown', or a human asks "why did X fail".

2026-05-26
pipeline-triage
مطوّرو البرمجيات

Entry point for self-healing pipeline work. Pull current pipeline state from Bruin Cloud, classify what is wrong, and route to the right follow-up skill. Use this when an alert fires, a scheduled tick runs, or a human asks "what is broken right now".

2026-05-26
data-quality-investigate
محللو ضمان جودة البرمجيات والمختبرون

Investigate a failed Bruin quality check. Walk the failing rows back to their source, classify the failure mode, and either propose a fix or hand off. Use when a custom check or column check fails on an otherwise successful run.

2026-05-26
schema-drift-check
مطوّرو البرمجيات

Detect and respond to schema drift between a source system and a Bruin asset's declared columns. Compares live schema to the asset definition, classifies the drift, and either opens a maintenance PR or escalates. Use when diagnose identifies a column/type mismatch error.

2026-05-26
create-dashboard
مطوّرو البرمجيات

Create DAC dashboards by writing YAML or TSX dashboard definition files. Use when the user wants to create, modify, review, or understand DAC dashboards, widgets, filters, SQL queries, semantic models, or CLI validation workflows.

2026-05-25