Loops a code review backend until your work passes or hits four rounds. You tell it what to review, it calls out to Codex or a manual reviewer, parses the critique, implements fixes, and resubmits. Stops when score hits 6/10 and verdict is "ready" or "almost". The skill writes everything to a review-stage directory and persists state so it can survive context compaction mid-loop. You can run it fully autonomous or pause after each round to vet the fixes yourself. It defaults to Codex at medium difficulty, but you can crank it to nightmare mode where the reviewer gets direct repo access and actively tries to poke holes in your claims. Good for iterating on research artifacts or any work where you want aggressive external feedback without manually shuttling files back and forth.
npx skills add https://github.com/wanshuiyin/auto-claude-code-research-in-sleep --skill auto-review-loop