ds-verification-before-completion

Rerun analyses to verify estimates, intervals, and conclusions before final claims.

6|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-verification-before-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ds-verification-before-completion
Source: https://github.com/Khodzitcky-Vl/data-science-ai-superpowers/tree/main/ds-verification-before-completion
Command: npx skills add https://github.com/Khodzitcky-Vl/data-science-ai-superpowers --skill ds-verification-before-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents stale, cached, or non-representative analysis outputs from being used to make final, significant, trustworthy, or decision-ready claims.

Core Features & Use Cases

  • Verification Gate for Final Claims: Enforces reruns and rechecks of the relevant notebook cells or script entry point before stating results are final or decision-ready.
  • Claim Scoping for Intermediate Updates: Allows narrow, scoped progress claims only after verifying the specific artifacts that support that claim.
  • Consistency Checks Between Numbers and Narrative: Requires recomputing the estimate, interval, and significance metrics and confirming that charts, tables, and written conclusions agree.
  • Minimum Evidence & Red-Flag Prevention: Mandates explicit evidence inputs (data window, units, sample sizes, metric definition, statistical method) and blocks common failure patterns like “ran yesterday,” “looks right,” or screenshot-only p-values.

Quick Start

Use ds-verification-before-completion right before you write the final results paragraph of an experiment notebook to rerun the analysis and confirm that the recomputed estimate, confidence interval, sample sizes, and written conclusion match exactly.

Frequently Asked Questions about ds-verification-before-completion

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

FAQPage Schema
How do I verify notebook results before making final analytical claims?

To verify notebook results before making final analytical claims, rerun the relevant cells with stated parameters, confirm data identifiers and sample balance, recompute estimates and significance, and ensure artifacts match the written narrative.

Why should I rerun experiment analysis outputs before reporting metrics?

Rerunning experiment analysis outputs before reporting metrics prevents stale, cached, or non-representative data from supporting decision-ready claims, ensuring your reported estimates, confidence intervals, and significance values are reproducible and exact.

What minimum evidence is required to validate statistical significance in an experiment report?

Validating statistical significance requires explicit evidence inputs including data window, units, sample sizes, metric definition, and statistical method, while blocking screenshot-only p-values or unverified statements like the analysis ran yesterday.

How do I check consistency between data visualizations and written conclusions?

To check consistency between data visualizations and written conclusions, recompute the estimate, interval, and significance metrics, then confirm that the charts, tables, and narrative text in your notebook all agree exactly.

Can I make intermediate progress claims without rerunning the entire analysis script?

You can make narrow, scoped intermediate progress claims without rerunning the entire analysis script by verifying only the specific artifacts and outputs that directly support that particular scoped claim.

What are common failure patterns when validating metric reproducibility in data science?

Common failure patterns when validating metric reproducibility include relying on cached outputs, assuming results look right, using screenshot-only p-values, and ignoring order-dependent or brittle notebook cells that produce stale estimates.