codex-audit

Verify factual claims in plans, specs, research outputs, or PRs against source or live state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blucsigma05/tbm-apps-script --skill codex-audit-blucsigma05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-audit
Source: https://github.com/blucsigma05/tbm-apps-script/tree/main/.claude/skills/codex-audit
Command: npx skills add https://github.com/blucsigma05/tbm-apps-script --skill codex-audit-blucsigma05

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

codex-audit prevents unverified or drifting proposals from being accepted by running an evidence-bound audit of a plan, spec, research output, or PR generated by another model.

Core Features & Use Cases

  • Evidence-bound verification: forces every audit claim to be checked against source code, live state, or captured command/API outputs rather than relying on memory or inference.
  • Closed-set scrub: derives a closed set of touched files (or the referenced spec blocks) and systematically reads and verifies each self-claim end-to-end.
  • Correlation and framing checks: detects contradictions between independently-true claims and flags absolute/framing language that the underlying content may not support.
  • Byte verification when needed: verifies byte-stable tool/API output for non-ASCII or transcoding-sensitive contracts (e.g., mojibake-sensitive regex/markers).

Quick Start

Ask your AI agent to run codex-audit on a specific PR number (for example, audit Codex PR #155) to produce a RED/YELLOW/GREEN evidence-backed audit comment.

Frequently Asked Questions about codex-audit

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

FAQPage Schema
How do I verify AI-generated code review claims against actual source state?

You can verify AI-generated code review claims by running an evidence-bound audit that checks every factual claim against source code, live state, or captured command outputs rather than relying on inference. This prevents unverified or drifting proposals from being accepted.

What is evidence-bound PR auditing and how does it work?

Evidence-bound PR auditing derives a closed set of touched files or referenced spec blocks, then systematically reads and verifies each self-claim end-to-end against source or live state. It detects contradictions between independently-true claims and flags unsupported absolute framing language.

Can I audit GPT or Gemini model outputs for pasted specs and research documents?

Yes, you can audit GPT, Gemini, and other model outputs including pasted specs, file-referenced research documents, and TBM/Gitea PRs. The audit applies a closed-set freeze, per-file read-and-verify, and contradiction correlation to produce a structured RED/YELLOW/GREEN output with no unverified claims.

Does this code review tool support byte-level verification for non-ASCII contracts?

Yes, it performs optional byte-level verification for non-ASCII or transcoding-sensitive contracts, such as mojibake-sensitive regex markers. This verifies byte-stable tool and API output to catch subtle encoding issues that standard text comparison might miss.

What's the best way to audit a Gitea PR for unverified claims?

The best way to audit a Gitea PR is to run an evidence-bound audit on the specific PR number, which produces a RED/YELLOW/GREEN evidence-backed audit comment. This forces every factual claim to be checked against source code or live state, ensuring no unverified proposals are accepted.