data_consistency_proofreading

Verify consistency and accuracy of medical data points in clinical documents.

155|24|Updated May 22, 2026
One-click install
npx skills add https://github.com/qqfly1to19/awesome_proofreading_auto --skill data-consistency-proofreading
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data_consistency_proofreading
Source: https://github.com/qqfly1to19/awesome_proofreading_auto/tree/main/proofread/references/skills/data_consistency_proofreading
Command: npx skills add https://github.com/qqfly1to19/awesome_proofreading_auto --skill data-consistency-proofreading

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, pdfplumber, python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps ensure data consistency and accuracy in medical documents by verifying the coherence and logic of various medical data points, including laboratory values, vital signs, and imaging results.

Core Features & Use Cases

  • Data Consistency Checks: Verify the consistency between different types of medical data such as laboratory results, vital signs, and imaging reports.
  • Data Accuracy Validation: Ensure the accuracy of numeric data within a reasonable range.
  • Multi-source Data Verification: Validate the consistency between various data sources, such as laboratory results and clinical descriptions.
  • Use Case: Imagine a medical document that includes a patient's blood test results. This Skill will verify if the described conditions and symptoms align with the actual test results, thus improving the overall accuracy of the document.

Quick Start

Run the skill to perform a consistency check on the attached medical document 'patient_report.md'.

Frequently Asked Questions about data_consistency_proofreading

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

FAQPage Schema
What is data consistency checking in medical documents?

Data consistency checking verifies the coherence and logic of medical data points, ensuring laboratory values, vital signs, and imaging results align across different sources within clinical documentation.

How do I validate clinical data accuracy in a patient report?

You validate clinical data accuracy by running automated checks that cross-verify numerical medical data against reasonable ranges and align described symptoms with actual laboratory test results.

How does multi-source data verification work for clinical documentation?

Multi-source data verification cross-references different clinical sources, validating that laboratory results, clinical descriptions, and vital signs consistently match without logical contradictions across the medical text.

Do I need specific Python libraries to parse medical text and validate numerical data?

Yes, parsing medical text and validating numerical data requires specific Python libraries like pymupdf, pdfplumber, and python-docx to extract and process clinical document contents.

What is the best way to cross-verify laboratory values and vital signs?

The best way to cross-verify laboratory values and vital signs is applying automated consistency checks that validate numerical ranges and align data against standard clinical guidelines.

Why does data validation fail when symptoms do not align with blood test results?

Data validation fails when clinical descriptions lack coherence with actual test results, requiring cross-verification of laboratory values against documented symptoms to ensure medical document accuracy.