agentsclimarketplace

Batch document verification

Skill HolobiomicsLab/asb-skill-collections/collections/metabolomics/v1/skills/batch-document-verification

Curated, evidence-grounded skill and software-tool collections for scientific AI agents, generated by the AgenticScienceBuilder

Install
npx -y skills add HolobiomicsLab/asb-skill-collections --skill batch-document-verification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when when you have deposited a collection of JSON project documents in a platform and need to verify that all conform to the published schema before public release or after schema updates.

The file declares its own license as CC-BY-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.4 KB, 843 tokens by cl100k_base, as published. Nobody here has run it

batch-document-verification

Summary

Validate a collection of JSON documents against a published JSON Schema specification to identify structural and type violations across all records. This skill detects non-conforming documents in a repository to flag remediation targets.

When to use

When you have deposited a collection of JSON project documents in a platform and need to verify that all conform to the published schema before public release or after schema updates. Particularly useful when discovering whether legacy or newly ingested records violate the canonical format specification.

When NOT to use

  • Schema definition itself has not been published or agreed upon by the community
  • Individual documents are already known to conform and testing is not required for quality assurance
  • JSON documents use format extensions that intentionally deviate from the canonical schema

Inputs

  • Complete set of project JSON documents from a platform repository
  • Canonical JSON Schema definition (e.g., app/public/schema.json)

Outputs

  • Validation report listing project identifiers with pass/fail status
  • Detailed schema violation log for non-conforming documents

How to apply

Retrieve the complete set of project JSON documents from the platform API or web interface. Load the canonical JSON Schema definition (e.g., from app/public/schema.json in the paired-data-form repository). Use a JSON Schema validator to iterate over each document and validate its structure and field types against the schema. Generate a validation report listing project identifier, pass/fail status, and specific schema violations. Aggregate results to identify which documents conform and which require remediation, focusing on type mismatches, missing required fields, and invalid field values.

Related tools

Evaluation signals

  • All project identifiers appear in the validation report with explicit pass or fail status
  • Non-conforming documents are flagged with specific field names and violation types (e.g., type mismatch, missing required field)
  • Aggregated results show 100% of documents have been checked (no missing identifiers)
  • Violations can be cross-referenced against the canonical schema definition to confirm accuracy
  • Report can be used to prioritize remediation work for projects with the most violations

Limitations

  • Validation only checks structural conformance to schema; it does not verify semantic correctness or data accuracy (e.g., valid genome identifiers, real instrument names)
  • Large document collections may require optimized batch processing or pagination to avoid memory or API limits
  • Newly discovered schema violations may require updates to the canonical schema definition itself if many documents share the same deviation

Evidence

  • [other] Do all project JSON documents currently deposited in the Paired Omics Data Platform conform to the published JSON Schema specification?: "Do all project JSON documents currently deposited in the Paired Omics Data Platform conform to the published JSON Schema specification?"
  • [other] A JSON schema (app/public/schema.json) has been published to formally describe the required format of paired omics data projects stored in the platform.: "A JSON schema (app/public/schema.json) has been published to formally describe the required format of paired omics data projects stored in the platform."
  • [other] Query the Paired Omics Data Platform API or web interface to retrieve the complete set of project JSON documents currently published. Load the canonical JSON Schema definition from app/public/schema.json in the iomega/paired-data-form repository. Iterate over each retrieved project JSON document and validate its structure and field types against the schema using a JSON Schema validator. Generate a validation report listing each project identifier, validation status (pass/fail), and any schema violations encountered. Aggregate results to confirm all documents conform or flag non-conforming projects for remediation.: "Query the Paired Omics Data Platform API or web interface to retrieve the complete set of project JSON documents currently published. Load the canonical JSON Schema definition from"
  • [readme] The JSON schema (app/public/schema.json) describes the format of an project.: "The JSON schema (app/public/schema.json) describes the format of an project."

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.