agent-code-review

Installation
SKILL.md

PR review queue with agent-code-review

agent-code-review is a CLI binary on $PATH. Default output is NDJSON: one JSON record per line on stdout. Errors go to stderr as one JSON line {"error": "...", "fixable_by": "agent"|"human"|"retry", "hint": "..."} with a non-zero exit.

It maintains a DuckDB-backed queue of candidate PRs and reviews them with a pluggable engine (default: Codex). Configuration lives at ~/.config/agent-code-review/config.json: repos, the approval allow-list, age thresholds, schedule, and the review prompt + rules.

Inspect the queue

agent-code-review queue ls                   # all pending candidates, NDJSON
agent-code-review queue ls --repo owner/name
Installs
3
First Seen
Jul 8, 2026
agent-code-review — shhac/agent-skills