OpenAI Codex
Codex is OpenAI's cloud-based autonomous coding agent. It integrates with GitHub through the official openai/codex-action and Agent HQ, where it can run asynchronously on PRs to produce comments, draft suggestions, and code improvements.
It's flexible and powerful — you configure review rules via AGENTS.md and design the workflow around it.
It's also a build-it-yourself setup: you wire the action, manage permissions, and pay per API usage. Verification against your test suite isn't built in, and it doesn't open ready-to-merge Fix PRs by default.