yamadashy/skills · Archived

codex-review-loop

Iterative codex review-and-fix loop

First seen Jul 7, 2026

Installation

$ npx skills add yamadashy/skills --skill codex-review-loop

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from yamadashy/skills · top by installs.

npx skills add yamadashy/skills

Browse all from yamadashy/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 834 B
  • docs SUMMARY.md 60 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Repeat the following cycle on the current branch's changes against main (max 3 iterations):

  1. Review — Spawn codex reviewer agent
  2. Triage — Review agent findings and keep only what you also deem noteworthy. Classify each as Fix (clear defects, must fix) or Skip (style, nitpicks, scope creep). Show a brief table before changing anything.
  3. Fix only the "Fix" items. Keep changes minimal.
  4. Verify with npm run lint and npm run test. Fix any regressions and repeat this step until all checks pass before continuing.
  5. Re-review only the newly changed lines. Do not re-raise skipped items.

Stop when no "Fix" items remain or 3 iterations are reached. Print a summary of what was fixed and what was skipped.