quality-gates
8
总安装量
4
周安装量
#34712
全站排名
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill quality-gates
Agent 安装分布
gemini-cli
4
opencode
3
antigravity
3
replit
3
claude-code
3
github-copilot
3
Skill 文档
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
- Test Coverage â schema, freshness, unique, referential, accepted values, volume thresholds.
- Alerting â severity tiers, alert channels, on-call rotation, escalation policies.
- Incident Response â triage checklist, communication templates, resolution targets.
- Change Management â approval workflow, rollback plan, audit logging.
- Postmortems â root cause analysis, remediation tasks, knowledge base updates.
Templates
Templates
- QA Checklist: See
assets/qa_checklist.mdfor 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.