Quality Gates

Use when establishing tests, monitoring, and incident response for analytics models.

Published by @gtmagents·0 agent reads / 30d·0 saves·

Analytics Quality Gates Skill

When to Use

  • Designing validation steps for new models or dashboards.
  • Setting up automated data quality monitoring.
  • Running incident reviews after data breaks.

Framework

  1. Test Coverage – schema, freshness, unique, referential, accepted values, volume thresholds.
  2. Alerting – severity tiers, alert channels, on-call rotation, escalation policies.
  3. Incident Response – triage checklist, communication templates, resolution targets.
  4. Change Management – approval workflow, rollback plan, audit logging.
  5. Postmortems – root cause analysis, remediation tasks, knowledge base updates.

Templates

Templates

  • QA Checklist: See assets/qa_checklist.md for validation steps.
  • Quality matrix (model/table → tests → owner → SLA).
  • Incident playbook (trigger, response steps, communication log).
  • Change request form with risk assessment.

Tips

  • Tie quality gates to CI/CD or dbt Cloud jobs to block bad deploys.
  • Keep alert fatigue low by tuning thresholds.
  • Document every incident for future prevention.

Bundled with this artifact

1 file

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Statistical Analysis

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

data-science-ml+2
0
SKILL0

Postgres

Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.

software-engineering+2
0
SKILL0

Interactive Dashboard Builder

Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.

data-science-ml+2
0