Xreview bugfix
Let your AI agents review each other's code. Claude, Codex, and Gemini take turns implementing and reviewing, one writer at a time — Codex reviews by default.
npx -y skills add tonychen15/xReview --skill xreview-bugfixAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fix a bug with xReview peer review. Codex is the developer, a peer LLM agent reviews your work. Use when: /bugfix, fix a bug with review
SKILL.md
0.7 KB, as published. Nobody here has run it
Run this command first:
xreview codex bugfix "$ARGUMENTS"
Read the script's output carefully. It tells you the session number and what to append to .review/REVIEW.md.
Then follow these steps:
- Append the session header and "Implementing" line to .review/REVIEW.md (use the exact format from the script output)
- Investigate the bug described in the objective
- If you find a bug: fix it, then run
xreview review - If no bug exists: run
xreview nobugto close the session