audit

Audit Codex review processes across local and remote workflows.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/cswenor/claude-pm-toolkit --skill audit-cswenor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/cswenor/claude-pm-toolkit/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/cswenor/claude-pm-toolkit --skill audit-cswenor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independently verifies the integrity and honesty of Codex-assisted reviews before merging, reducing the risk of flawed approvals and hidden biases in the code review process.

Core Features & Use Cases

  • Stepwise audit workflow: argument parsing, Codex-reviewed-only gate, artifact collection, and structured reporting.
  • LOCAL and REMOTE governance: supports both local ledger/jsonl evidence and remote PR/issue comments and commit histories.
  • Automated post-audit actions: publish a detailed review comment on the PR and a condensed summary on the issue, plus record outcomes for governance tooling.

Quick Start

Run the audit with a command like '/audit <issue-number>' or '/audit PR#<number>' to begin.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I verify Codex review integrity before merging a pull request?

Verifying Codex review integrity before merging requires checking ledgers, JSONL events, and PR comments for consistency. This Skill automates that workflow by gathering artifacts and running an isolated audit to detect flawed approvals or hidden biases across code changes.

What is an independent Codex review audit and how does it work?

An independent Codex review audit is a structured process evaluating the honesty of AI-assisted code reviews. It works by gating for Codex-reviewed changes, collecting evidence from local ledgers and remote GitHub sources, and reporting outcomes via PR reviews and issue comments to ensure consistency.

Can I audit local JSONL ledgers and remote GitHub pull request reviews?

Yes, you can audit both local JSONL ledgers and remote GitHub pull request reviews. The audit supports dual governance by collecting local ledger evidence and remote PR comments, assessing Codex review consistency across available code change approvals and commit histories.

How do I run a Codex review audit on a GitHub pull request?

To run a Codex review audit on a GitHub pull request, execute the command '/audit PR#<number>' or '/audit <issue-number>'. This initiates the stepwise workflow, gathering artifacts and publishing a detailed PR review comment along with a condensed issue summary.

Does automated code review auditing prevent biased or flawed pull request approvals?

Automated code review auditing prevents biased or flawed pull request approvals by enforcing an isolated Codex audit. It independently verifies the consistency and honesty of the review workflow, reducing the risk of merging code changes with compromised AI approvals.