audit-card-parsing

Compare parsed card data against Oracle text and report semantic misparses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gamajose/MagicTheGathering --skill audit-card-parsing-gamajose
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-card-parsing
Source: https://github.com/gamajose/MagicTheGathering/tree/main/.claude/skills/audit-card-parsing
Command: npx skills add https://github.com/gamajose/MagicTheGathering --skill audit-card-parsing-gamajose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditors and developers rely on parsed card data for correctness. This skill provides a rigorous, repeatable audit workflow that compares parsed structures against Oracle text and records misparses.

Core Features & Use Cases

  • Semantic comparison of card-data.json against Oracle text to identify mismatches in supported cards.
  • Batch processing with resume capability to split work across parallel agents.
  • Generates a structured audit report with patterns, examples, and an up-to-date resume point for continuation.

Quick Start

Run the audit workflow starting from the current resume point to process the next batch of cards.

Frequently Asked Questions about audit-card-parsing

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

FAQPage Schema
How do I audit parsed card data against Oracle text for semantic misparses?▼

You can audit parsed card data against Oracle text by running a semantic comparison workflow that identifies mismatches in supported cards. It extracts data using jq, generates a structured report of misparses, and tracks a resume point for continuation.

What is semantic misparse detection in card data JSON?▼

Semantic misparse detection in card data JSON compares parsed structures against official Oracle text to identify inaccuracies. This ensures coverage accuracy and records mismatches in a structured audit report for developers.

Can I resume batch processing for large card dataset audits?▼

Yes, you can resume batch processing for large card dataset audits. The workflow includes a resume-tracking mechanism that records an up-to-date resume point, allowing you to split work across parallel agents and continue from the last processed batch.

Does the audit workflow support format-filtered checks across parallel agents?▼

Yes, the audit workflow supports format-filtered checks across parallel agents. It applies to large card datasets by enabling batch processing with resume points, allowing multiple agents to audit specific formats concurrently and accurately.

How do I extract card data fields using jq for quality assurance reporting?▼

You extract card data fields using jq for quality assurance reporting by applying jq-based extraction within the audit workflow. This parses the card-data JSON to feed semantic checks, generating a structured report with patterns and examples of misparses.