artifact-contract-validator

Validates file formats and embedded content in a directory of deliverables.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill artifact-contract-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-contract-validator
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/artifact-contract-validator
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill artifact-contract-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validating client deliverables for correct formats and embedded content to prevent misrepresented or fake outputs from shipping.

Core Features & Use Cases

  • Per-file format verification across common deliverable types (PPTX, XLSX, PDF, DOCX).
  • Integrity checks to detect misnamed files or HTML masquerading as other formats.
  • Generates a per-file pass/fail report suitable for client reviews and QA gates.

Quick Start

Provide the deliverables directory and optional contract, and run the validator to produce a per-file authenticity report.

Frequently Asked Questions about artifact-contract-validator

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

FAQPage Schema
How do I validate deliverable file formats before shipping a client project?

Validate deliverable file formats by running the artifact validator on a directory to enforce per-file checks, detecting misnamed files or HTML masquerading as other types. It generates a per-file pass/fail authenticity report suitable for QA gates.

How can I detect if a file is HTML masquerading as a PPTX or XLSX?

Detect HTML masquerading as PPTX or XLSX through integrity checks that verify embedded content and enforce the presence of real formats. The validator inspects each file to ensure formats like PPTX contain slides and XLSX contain formulas.

Can I verify that PDF and DOCX deliverables contain real embedded content?

Verify PDF and DOCX deliverables by running format validation checks that confirm real embedded content, such as text within a PDF. The validator enforces per-file authenticity across common deliverable types to prevent fake outputs from shipping.

What is the best way to automate format authenticity reporting for client reviews?

Automate format authenticity reporting by providing the deliverables directory and an optional contract to the validator. It produces a per-file pass/fail report that guarantees format integrity and is suitable for client reviews and QA gates.

Does the deliverable validator work with multi-file directories containing mixed formats?

The deliverable validator works with multi-file directories containing mixed formats by applying per-file verification across common deliverable types. It enforces format integrity across the entire directory before generating a comprehensive pass/fail report.

Why does format validation fail for misnamed files in my deliverables directory?

Format validation fails for misnamed files because the integrity checks detect discrepancies between file extensions and actual embedded content. The validator enforces the presence of real formats, rejecting files that do not match their claimed type.