research-data-availability

Audit thesis dataset provenance, traceability, and availability statements for submission readiness.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/CDUTAKL/research-workflow-kit --skill research-data-availability-cdutakl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-data-availability
Source: https://github.com/CDUTAKL/research-workflow-kit/tree/main/skills/research-data-availability
Command: npx skills add https://github.com/CDUTAKL/research-workflow-kit --skill research-data-availability-cdutakl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Thesis claims, figures, and tables often lack traceable links to their underlying datasets, making final submission and defense audits risky. This Skill establishes a data availability source of truth so every result claim maps to source data, scripts, and output artifacts. ## Core Features & Use Cases - Dataset Registration: Register datasets as DATA-* records with version, path, access level, license, and hash/manifest. - Claim-to-Data Traceability: Map each CLM-* claim to source data, processed data, scripts, and artifacts, with P0/P1/P2 audit severity rules. - Availability Statements: Draft final data availability statements and record why data cannot be shared under privacy, license, or advisor constraints. - Use Case: Before thesis defense, run the audit to confirm every figure and claim traces to a hashed dataset with a documented access level, then generate the final availability statement. ## Quick Start Use $research-data-availability to check whether my thesis data is traceable and draft the final availability statement.

Frequently Asked Questions about research-data-availability

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

FAQPage Schema
How do I write a data availability statement for a thesis?

Register each dataset with its version, path, access level, license, and hash, then mark sharing status as public, private, restricted, or TBD. The skill drafts the final availability statement from these records and documents why data cannot be shared when constraints apply.

How to trace thesis claims back to source data?

Map each CLM-* claim to its source data, processed data, generating script or notebook, and output artifact. Datasets are registered as DATA-* records and connected to claims, experiments, and figures through the evidence promotion policy.

What makes a thesis data audit fail before submission?

P0 failures occur when a core claim has no source data or output artifact, or when a data path is fake or contradicted by experiment records. P1 issues include missing hashes, access levels, licenses, or non-reproducible processed data.

Can I record restricted or private datasets without sharing them?

Yes. Datasets can be marked private or restricted with the reason recorded, covering privacy, license, advisor, or project constraints. Private datasets and credentials are never stored in git.

Does this replace experiment reproducibility checks?

No. Data availability is an audit gate, not a substitute for reproducibility. Missing experiment details are routed to the research-experiment-engineering skill, and unresolved final issues go to research-final-audit.