review-it
Code review closeout for Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI: local dirty changes, branch vs main, parallel tests.
npx skills add smallnest/goal-workflow --skill review-it --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# CC Review Run automated code review as a closeout check before committing or shipping. Works across multiple AI coding agents. Use when: - user asks for code review / review-it / autoreview - after non-trivial code edits, before final/commit/ship - reviewing a local branch or PR branch after fixes ## Supported Agents | Agent | Review Command | Notes | |-------|---------------|-------| | Claude Code | `/review` | Built-in, works on uncommitted changes or diff | | Codex | `codex review` | Pass diff file or let it auto-detect | | OpenCode | `/review` | Same as Claude Code | | DeepSeek TUI | `/review` or manual diff review | Pass diff content for analysis | | Antigravity CLI | `/code-review` | Built-in slash command, auto-detects diff | ## Contract - Treat review output as advisory. Never blindly apply it. - Verify every finding by reading the real code path and adjacent files. - Read dependency docs/source/types when the finding depends on external behavior. - Reject unrealistic edge cases, speculative risks, broad rewrites, and fixes that over-complicate the codebase. - Prefer small fixes at the right ownership boundary; no refactor unless it clearly improves the bug class. - Keep
- Supported Agents
- Contract
- Review Focus
- Pick Target
- Claude Code / OpenCode / DeepSeek TUI
- Antigravity CLI (agy)
- Codex
- Parallel Closeout
- Uncommitted vs Branch Review
- Helper
- Final Report
git diff origin/main...HEAD > /tmp/review-it.diff git diff "origin/$base"...HEAD > /tmp/review-it.diff Review uncommitted changes codex review Review branch diff codex review /tmp/review-it.diff scripts/review-it --parallel-tests "<focused test command>"
What does the review-it skill do?
Code review closeout for Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI: local dirty changes, branch vs main, parallel tests.
How do I install it?
Run `npx skills add smallnest/goal-workflow --skill review-it --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From smallnest/goal-workflow, a repository with 199 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
