sensitivity-comparison-review

Validate sensitivity analysis JSONs for field completeness and comparability.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/stephendor/TDL --skill sensitivity-comparison-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sensitivity-comparison-review
Source: https://github.com/stephendor/TDL/tree/main/.agents/skills/sensitivity-comparison-review
Command: npx skills add https://github.com/stephendor/TDL --skill sensitivity-comparison-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that sensitivity-analysis or comparison result JSONs contain all necessary fields for downstream analysis, preventing errors in comparison tables and figures.

Core Features & Use Cases

  • Field Verification: Confirms the presence of all required fields in the JSON results.
  • Comparability Check: Ensures fields are on the same scale and computed consistently across arms.
  • Schema Validation: Detects silent schema changes that drop required fields.
  • Use Case: When reviewing a sensitivity analysis JSON for a comparison table, this Skill can prevent errors in the table's construction due to missing fields.

Quick Start

Run the sensitivity-comparison-review skill on your JSON results file to ensure it's complete for further analysis.

Frequently Asked Questions about sensitivity-comparison-review

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

FAQPage Schema
How do I validate JSON fields for a sensitivity analysis comparison table?

To validate JSON fields for a sensitivity analysis comparison table, you need a schema validation process that confirms all required fields are present, preventing silent schema changes from dropping necessary data for downstream analysis.

What is a comparability check for sensitivity analysis JSON outputs?

A comparability check for sensitivity analysis JSON outputs verifies that fields across different arms are on the same scale and computed consistently, ensuring accurate comparison tables and figures can be generated downstream.

How do I detect silent schema changes in JSON validation workflows?

To detect silent schema changes in JSON validation workflows, apply a schema validation layer that monitors and flags when required fields are unexpectedly dropped or altered in sensitivity analysis results.

Why are my comparison table figures missing data from the analysis JSON?

Comparison table figures are missing data when the analysis JSON lacks required fields due to silent schema changes, which a completeness and comparability check can detect before downstream errors occur.

Can I use schema validation to ensure data completeness across multiple analysis arms?

Yes, schema validation can ensure data completeness across multiple analysis arms by verifying all necessary fields are present and consistently scaled for accurate comparability checks.

What are the limitations of relying on manual checks for JSON comparability?

Relying on manual checks for JSON comparability risks missing silent schema changes and scale inconsistencies across arms, which can introduce errors into downstream comparison tables and figures without automated validation.