Skip to content
Atomic Bible
AB-001

Agent Work Reviewer

A local agent pack that checks repository state, diffs, touched files, tests, risks, and unsupported claims.

The job

Use it when the work needs a second set of eyes.

Run this after an AI coding agent says it is done and before you trust the work.

Developers using Claude Code, Cursor, Codex, Hermes, or other coding agents.

Inside the pack
  • Local work-reviewer agent
  • Review-only instructions
  • Provider setup for API keys and supported subscription logins
  • Dogfood prompt and real dogfood output
  • Security notes and buyer quickstart
  • Model-selection test
Install path

Buy the zip. Run it locally.

The pack is not a hosted code-upload service. You choose the model provider and run the agent on your own machine.

  1. Unzip the pack.
  2. Run npm install.
  3. Log in with ChatGPT, Claude, Copilot, or add an API key.
  4. Run npm run connect.
  5. Ask it to review a repo path and current diff.
Verified checks
  • npm test passes
  • npm run build passes
  • Agent pack production audit reported 0 vulnerabilities
  • Agent pack zip install path was tested from a clean temp folder
Dogfood proof
  • Caught fragile transitive dependency imports in its own pack.
  • Caught unclear OAuth file behavior.
  • Caught missing auth error handling.
  • Caught a review-only scope leak before release.
Requirements
  • Node.js 22.19.0 or newer
  • A local git repository to review
  • One supported model provider or subscription login
  • Comfort running npm commands