significance-verdict

Apply statistical and economic significance checks to regression results and write the verdict.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sheehe/coase --skill significance-verdict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: significance-verdict
Source: https://github.com/sheehe/coase/tree/main/resources/plugins/coase-builtin/skills/significance-verdict
Command: npx skills add https://github.com/sheehe/coase --skill significance-verdict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a dual verdict on main regression results by applying both statistical significance and practical/economic significance checks to guide research decisions.

Core Features & Use Cases

  • Automated evaluation of p-values and coefficient directions against expected signs.
  • Supports human-in-the-loop for assessing meaningful economic significance.
  • Writes the Baseline Verdict to verdict/stage_1_baseline_verdict.md and integrates with full_research_workflow Step 7-8.

Quick Start

Provide the main regression outputs and design constraints to generate the Baseline Verdict document.

Frequently Asked Questions about significance-verdict

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

FAQPage Schema
How do I automate statistical and economic significance checks for regression results?

Automating regression significance checks involves evaluating p-values against thresholds like 0.05 and assessing effect sizes for economic significance. This skill automates this dual verdict process, consuming baseline regression outputs to determine if results meet both statistical and practical significance criteria.

What is economic significance in regression analysis and when do I need to evaluate it?

Economic significance in regression analysis determines if the effect size of your results is practically meaningful, beyond just being statistically significant. You need to evaluate it when making research decisions to ensure your findings have real-world impact rather than just mathematical validity.

How do I apply a human-in-the-loop decision process to assess practical significance?

Applying human-in-the-loop decision processes for practical significance involves automating statistical checks while requiring manual review of economic impact. This skill enforces p-value requirements automatically but supports human-in-the-loop input to evaluate whether effect sizes are economically meaningful for your specific research context.

Can I integrate regression verdict outputs into a full research workflow?

Integrating regression verdict outputs into a research workflow is supported through the full_research_workflow Steps 7-8. This skill consumes baseline regression results and iteration logs to generate verdict assessments, writing the final evaluation to verdict/stage_1_baseline_verdict.md for downstream workflow consumption.

What are the limitations of automating regression verdicts with statistical significance thresholds?

Limitations of automating regression verdicts include rigid p-value thresholds like < 0.05 and the inability to automatically judge context-specific economic significance. This skill requires human-in-the-loop input for economic significance evaluation and depends on properly structured baseline regression inputs and interpretation boundaries.