qa-quarto

Run adversarial QA on Quarto replication books and report rendering, cross-reference, and output mismatches.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/naj2r/claude-econ-paper-template --skill qa-quarto-naj2r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-quarto
Source: https://github.com/naj2r/claude-econ-paper-template/tree/main/.claude/skills/qa-quarto
Command: npx skills add https://github.com/naj2r/claude-econ-paper-template --skill qa-quarto-naj2r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides adversarial quality assurance for Quarto replication books to detect rendering failures, broken cross-references, inconsistent table/figure numbers, and mismatches between Quarto outputs and canonical Stata/CSV results so reviewers and authors can trust the compiled book.

Core Features & Use Cases

  • Render testing to surface compilation errors, R chunk failures, and missing cross-reference warnings.
  • Content parity checks that compare Quarto-generated tables and summary statistics against Stata outputs and regression CSVs.
  • Cross-reference integrity and code-chunk hygiene verification, including unique chunk labels, proper eval settings, and package loading conventions.
  • Use case: Run chapter-level QA during revision to ensure tables and figures match replication outputs and that backmatter (change log, verification evidence, session history) is current.

Quick Start

Please run a full QA pass on the Quarto replication book by invoking qa-quarto with the argument full.

Frequently Asked Questions about qa-quarto

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

FAQPage Schema
How do I check a Quarto book for broken cross-references and rendering errors?

Checking a Quarto book for rendering errors and broken cross-references involves running an adversarial QA pass that executes quarto render to detect compilation failures and code-chunk problems. It produces a categorized report listing file paths, severities, and suggested fixes for your replication project.

How do I verify Quarto tables match Stata and CSV regression outputs?

Verifying Quarto tables against Stata and CSV regression outputs requires content parity checks that compare generated summary statistics and tables with canonical results. This QA process detects mismatches between your Quarto book and replication outputs so authors can trust the compiled document.

What does Quarto code-chunk hygiene verification include?

Quarto code-chunk hygiene verification includes checking for unique chunk labels, proper eval settings, and package loading conventions. This QA step ensures cross-reference integrity and prevents R chunk failures during the rendering of academic replication books.

Can I run chapter-level QA on a Quarto replication book?

Yes, you can run chapter-level QA on a Quarto replication book to ensure tables and figures match replication outputs during revisions. This targeted testing verifies that backmatter like change logs, verification evidence, and session history remain current without rendering the entire book.

What do I need to run adversarial QA on a Quarto replication project?

To run adversarial QA on a Quarto replication project, you need access to the repository Quarto project directory and the ability to execute quarto render and shell utilities. This setup allows the system to detect rendering errors and compare outputs against canonical Stata and CSV regression files.