Assess whether experiment results are credible enough to influence product decisions. Use when checking false positive or false negative risk, underpowered metrics, suspiciously large lifts, replication needs, meta-analysis, stratified sampling, covariate adjustment, or whether A/B test insights should be trusted.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill trustworthy-experiment-insights --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Trustworthy Experiment Insights?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-trustworthy-experiment-insights)More formats (shields.io, HTML) on the badges page.
---
name: trustworthy-experiment-insights
description: "Assess whether experiment results are credible enough to influence product decisions. Use when checking false positive or false negative risk, underpowered metrics, suspiciously large lifts, replication needs, meta-analysis, stratified sampling, covariate adjustment, or whether A/B test insights should be trusted."
category: data-science-and-ml
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/LVTD-LLC/skills/skills/trustworthy-experiment-insights/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/LVTD-LLC/skills/skills/trustworthy-experiment-insights/SKILL.md
---
# Trustworthy Experiment Insights
Use this skill to decide whether an experiment result is believable enough to
shape a product or engineering decision. It focuses on false positives, false
negatives, power, replication, meta-analysis, stratified sampling, covariate
adjustment, and suspicious result review.
## Source Traceability
Primary source: *Next-Level A/B Testing* by Leemay Nassery. Guidance is
transformed and paraphrased from Chapter 6 on false positives and negatives,
meta-analysis, metric sensitivity, stratified random sampling, covariate
adjustments, replication, longer runs, and statistical power.
Related skills:
- `ab-test-results-readout` for standard experiment reporting.
- `experiment-sensitivity-optimization` for improving precision before or
during experiment design.
- `experiment-verification-monitoring` for operational validity checks.
## Reference Routing
| Need | Read |
|------|------|
| Insight-quality concepts | `references/core/knowledge.md` |
| Credibility and follow-up rules | `references/core/rules.md` |
| Result-review scenarios | `references/core/examples.md` |
| Step-by-step credibility review | `workflows/review-experiment-credibility.md` |
## Workflow
1. Confirm the experiment was operationally valid enough to interpret.
2. Check power, practical significance, and whether metrics were underpowered.
3. Look for false positive risk: suspicious lift, many comparisons, early stop,
weak prior, or contradiction with prior experiments.
4. Look for false negative risk: noisy metrics, small sample, low sensitivity,
or over-broad metric choice.
5. Compare with similar experiments or run meta-analysis when available.
6. Recommend launch, replicate, extend, investigate, or reject the result.
## Output Format
```markdown
# Experiment Insight Credibility Review
## Result Under Review
[Experiment, metric, observed result, and proposed decision.]
## Credibility Assessment
[Trust | Trust with caveats | Replicate | Extend | Investigate | Do not trust]
## Evidence
| Check | Finding | Risk |
|-------|---------|------|
## Follow-Up
- Replication needed:
- Longer run needed:
- Meta-analysis/comparison:
- Variance reduction opportunity:
## Decision Guidance
[What decision can be made now, and what should wait.]
```
## Quality Bar
- Do not celebrate a result before checking whether it could be a false positive.
- Do not dismiss a flat result before checking power and sensitivity.
- Do not compare against prior experiments without noting differences in
population, metric, design, and timing.
- Do not use statistical checks to hide operational failures; verify experiment
health first.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/trustworthy-experiment-insights/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!