claire vo
← back to the notebook

CXO.dev launch prep, The Last Roadmap, and an open-source reviewer

Split today between ChatPRD product work and getting CXO.dev ready to launch. Worked on connecting customer insights with product knowledge and planned work, built a launch-supporter list, and spent time on The Last Roadmap using last year’s keynote as a reference. Also took the code-review agent we use internally and made it a public repo other teams could adapt.

Codex + GitHub + Eve + Vercel

Open-source an internal code-review agent with Codex

We had an agent at ChatPRD that reviews proposed code changes on GitHub. I wanted other teams to be able to use it, but our version assumed our codebase, our risks, and our team. I asked Codex to make it something another team could set up for themselves.

Using the terminal and GitHub CLI, it pulled out the company-specific assumptions, made the review rules configurable, and wrote a setup guide. We also included a skill that helps adapt the reviewer to a different team’s technology and priorities. Codex tested that customization against a fictional project with a different stack.

The public repo includes the reviewer and the customization instructions. That meant I could share a tool we already used with a way for people to make it useful in their own codebase.

Two bitmap patch sheets with pink and green changes, a pixel bug, and a review cursor.
pr-review-pixel.png
Two bitmap patch sheets with pink and green changes, a pixel bug, and a review cursor.
PR review agentrepo