Original Reddit post

People often compare Codex and Claude, but I get better results by using both on the same task. I have one agent implement the change and open a PR, then ask the other to review it. After that, I send the review comments back to the original agent to address. It works well, but the handoff is entirely manual. Has anyone automated a workflow where:

  • a PR from one agent triggers a review from the other;
  • review comments wake the original agent back up;
  • the reviewer checks the fixes again;
  • and the loop stops after approval or a set number of rounds? I’m curious whether this can be done cleanly with GitHub Actions and the existing Codex/Claude tooling, or whether it needs a small orchestration service. submitted by /u/Pleasant-Ad192

Originally posted by u/Pleasant-Ad192 on r/ClaudeCode