proof-checker

Verify LaTeX mathematical proofs via cross-model adversarial review and audit generation.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill proof-checker-xqinag
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: proof-checker
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/proof-checker
Command: npx skills add https://github.com/xqinag/ARIS-new --skill proof-checker-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rigorous mathematical proof verification and fixing workflow using cross-model adversarial review, gap identification, and audit-generation.

Core Features & Use Cases

  • Cross-model proof review with external reviewer backends and iterative gap fixing.
  • Audit-generation pipeline producing PROOF_AUDIT.md and proof_audit_report.tex.
  • Phase-driven ledger construction, hypothesis discharge tracking, and dependency analysis.

Quick Start

Feed a LaTeX proof file to the proof-checker to start an end-to-end verification and audit generation.

Frequently Asked Questions about proof-checker

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

FAQPage Schema
How do I verify mathematical proofs written in LaTeX?▼

To verify mathematical proofs in LaTeX, you can use an automated verification workflow that performs cross-model adversarial review, identifies logical gaps, and generates structured audit reports for formal papers across math, logic, and theoretical computer science.

What is cross-model adversarial review for proof checking?▼

Cross-model adversarial review is a verification mechanism where external reviewer backends challenge a mathematical proof iteratively, identifying logical gaps and attempting gap-fixing through re-review cycles to ensure mathematical derivations are rigorous.

Can I audit multi-lemma arguments with structured dependencies in LaTeX?▼

Yes, this verification workflow handles multi-lemma arguments with structured dependencies by applying phase-driven ledger construction, hypothesis discharge tracking, and dependency analysis to formal LaTeX proofs.

How do I generate a proof audit report from a LaTeX file?▼

You generate a proof audit report by feeding a LaTeX proof file into the verification workflow, which produces audit artifacts including PROOF_AUDIT.md, proof_audit_report.tex, and PROOF_CHECK_STATE.json through its audit-generation pipeline.

Does proof verification work for theoretical computer science papers?▼

Yes, the proof verification workflow applies to formal papers written in LaTeX across domains including theoretical computer science, math, and logic, handling complex multi-lemma arguments and structured dependencies.

What are the limitations of automated mathematical proof verification?▼

Automated proof verification relies on cross-model backends and iterative gap-fixing cycles, but complex formal proofs may still contain subtle logical gaps that require explicit derivations and multiple re-review cycles to fully discharge.