data-validate
QA an analysis before sharing — check methodology, assumptions, SQL logic, calculations, visualizations, narrative, and statistical pitfalls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
QA an analysis before sharing — check methodology, assumptions, SQL logic, calculations, visualizations, narrative, and statistical pitfalls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Plan, review, and then assemble a stakeholder-ready dashboard package from the current analysis run, with a native interactive canvas experience.
Data analysis skill hub. Routes to the right specialist subskill depending on the request — exploration, query writing, end-to-end analysis, visualization, validation, dashboard planning plus assembly, or recurring snapshot refresh.
End-to-end data analysis — from a quick metric lookup to a formal stakeholder report. Combines schema discovery, SQL execution, optional visualization, and an evidence-based summary. Use for general "analyze / what's happening with…" requests.
Create, edit, redline, comment on, and visually verify `.docx`, Word, and Google Docs-targeted document artifacts. Use for Word documents, `.docx` files, document creation, document edits, tracked changes, comments, render QA, and Google Docs-ready local DOCX generation.
Create stunning, animation-rich browser-native HTML presentations. Use only when the user explicitly wants an HTML/web presentation or animated interactive browser deck. Do not use for `.ppt`, `.pptx`, PowerPoint, Google Slides, native deck creation, native deck editing, deck templates, or PPTX conversion/export requests; use the `pptx` skill for those.
Work with PDF documents safely, including querying existing PDFs and creating simple image-based PDFs from workspace images.
| name | data/validate |
| description | QA an analysis before sharing — check methodology, assumptions, SQL logic, calculations, visualizations, narrative, and statistical pitfalls. |
| plugin | data-analytics |
| inherits_plugin_defaults | true |
Systematically audit an analysis for errors, biases, and presentation issues before sharing with stakeholders. Produce a confidence assessment with a clear pass/caveat/revise verdict.
Examine:
Data quality:
Calculation checks:
Reasonableness checks:
Presentation checks:
| Pitfall | Description |
|---|---|
| Join explosion | Many-to-many joins that multiply rows unintentionally |
| Survivorship bias | Analyzing only entities that "survived" a filter or time window |
| Incomplete period comparison | Comparing a full period to a partial one (e.g., last month vs. this month mid-month) |
| Denominator shifting | Rates where the denominator changes over time, making the numerator trend misleading |
| Average of averages | Averaging rates or ratios across groups instead of computing correctly weighted rates |
| Timezone mismatches | Dates/timestamps interpreted in different timezones across tables |
| Selection bias | Segmentation that over- or under-represents certain groups |
bq_execute_sql; for local queries:
cross-check with data_workspace. When validation will require several follow-up
checks against warehouse data, use a scoped workspace snapshot and validate in DuckDB.Provide specific, actionable suggestions:
Rate the analysis on a 3-level scale:
Ready to share — Methodologically sound, calculations verified, caveats noted. Minor suggestions for improvement but nothing blocking.
Share with noted caveats — Largely correct but has specific limitations or assumptions that must be communicated. List required caveats explicitly.
Needs revision — Found specific errors, methodological issues, or missing analyses that must be addressed before sharing. List required changes in priority order.