skill-5a-worksheet-generation

Generate and validate Markdown audit worksheets for match graph verification.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jinming99/reviewer-under-review --skill skill-5a-worksheet-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-5a-worksheet-generation
Source: https://github.com/jinming99/reviewer-under-review/tree/main/.claude/skills/skill-5a-worksheet-generation
Command: npx skills add https://github.com/jinming99/reviewer-under-review --skill skill-5a-worksheet-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the generation and validation of audit worksheets that reproduce match-graph evidence verbatim, enabling reliable independent verification in Skill 5b.

Core Features & Use Cases

  • Automates side-by-side evidence worksheets for all match graphs across a given version and method.
  • Validates output completeness and accuracy so worksheets can be consumed by downstream verification steps.
  • Outputs worksheets in a standardized Markdown format with sections for strict edges, unmatched concerns, and related context.

Quick Start

Run the worksheet generator for your target version and method to produce and validate all audit worksheets.

Frequently Asked Questions about skill-5a-worksheet-generation

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

FAQPage Schema
How do I generate audit worksheets for match graph verification?

To generate audit worksheets for match graph verification, run the generate_audit_worksheet.py script against your target version and method. The tool reads calibration data and outputs standardized Markdown worksheets containing strict edges and unmatched concerns.

What is a match graph audit worksheet used for?

A match graph audit worksheet reproduces match-graph evidence verbatim to enable reliable independent verification. It provides a standardized Markdown format with sections for strict edges, unmatched concerns, and related context for downstream review.

Can I run graph verification selectively on specific papers instead of a full batch?

Yes, match graph verification supports selective paper runs for targeted verification. The worksheet generator applies to both batch processing of all papers in a version or method and selective runs for specific papers.

Do I need any special dependencies to automate graph verification worksheets?

No external dependencies are required to automate graph verification worksheets. You only need the generate_audit_worksheet.py script and access to the calibration data to produce and validate the Markdown output.

What sections are included in a Markdown audit worksheet for graph matching?

Markdown audit worksheets for graph matching include sections on strict edges, unmatched concerns, and related context. The generator validates output completeness and accuracy to ensure worksheets are ready for downstream verification.

Why does my graph verification worksheet fail downstream validation?

Graph verification worksheets may fail downstream validation if the calibration data is incomplete or the generate_audit_worksheet.py script encounters errors. The tool validates output completeness and accuracy to ensure worksheets are properly formatted for verification.