verifier

Run compile, render, and execution checks on project files and report pass or fail with evidence.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/choi-jaehyun/jaehyun-claude-workflow --skill verifier-choi-jaehyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier
Source: https://github.com/choi-jaehyun/jaehyun-claude-workflow/tree/main/.agents/skills/verifier
Command: npx skills add https://github.com/choi-jaehyun/jaehyun-claude-workflow --skill verifier-choi-jaehyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automated verification of project builds by executing compile, render, and execution checks to ensure reproducible results.

Core Features & Use Cases

  • Identify modified or requested target files and run the appropriate checks.
  • Record exit codes, warnings, output paths, and output sizes.
  • Surface failures clearly and provide pass/fail signals with evidence.

Quick Start

Run the verifier after editing project files to confirm builds and artifacts are produced.

Frequently Asked Questions about verifier

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

FAQPage Schema
How do I verify LaTeX and R Quarto project builds before committing changes?

Automated build verification runs compile, render, and execution checks on modified .r, .tex, and .qmd files to ensure successful artifact creation. It records exit codes, warnings, and output sizes to confirm reproducibility before commits or pull requests.

Can I check R script execution and Quarto rendering outputs automatically?

Yes, automated verification checks R script execution and Quarto rendering by running targeted compile and render checks on modified files. It captures exit codes, warnings, and output paths to surface pass or fail signals with evidence of successful artifact creation.

What is the best way to surface build failures with evidence in reproducible research projects?

Automated verification surfaces build failures by reporting exit codes, warnings, output paths, and output sizes. It clearly highlights failures with evidence and recommends escalation to full pipelines when local checks are insufficient for ensuring reproducibility.

Does automated build verification work with LaTeX and R files without external dependencies?

Automated build verification works with LaTeX and R files without external dependencies by guiding compile, render, and execution checks. It validates .r, .tex, and .qmd targets directly to ensure reproducible artifact creation locally before commits.

When should I escalate build verification failures to a full pipeline instead of local checks?

You should escalate build verification failures to a full pipeline when local compile, render, or execution checks on .r, .tex, and .qmd files cannot resolve the surfaced errors. The verifier recommends escalation when evidence shows local checks are insufficient for reproducibility.