Agent skill · Code Review & Quality

review-sweep

Review oh-my-hermes pull requests that have not been reviewed at their current head commit. Run manually to sweep the open backlog, or pass a number to review one PR. Applies the repository's REVIEW.md policy and posts findings as a GitHub review with inline comments.

rlaopegithub.com/rlaopeGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add rlaope/oh-my-hermes --skill review-sweep --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: BashReadGrepGlobEditWrite
Path: .claude/skills/review-sweep/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 487
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Review sweep The procedure lives in [`docs/REVIEW-SWEEP.md`](../../../docs/REVIEW-SWEEP.md). Read that file and follow it. It is kept there rather than here because Codex, Hermes handoffs, and generic executor profiles run the same sweep, and `AGENTS.md` requires that no single executor own a shared surface. This file exists so the procedure is reachable as `/review-sweep`; it deliberately holds no rules of its own, so there is nothing here to drift out of sync with the real one. Start by reading, in this order: ```sh cat docs/REVIEW-SWEEP.md cat REVIEW.md ``` Two things worth knowing before you open the procedure, because they are what the sweep gets wrong most often: - Never review from the diff alone. This repo's defects are about consistency with code that is *not* in the diff, so the procedure checks the PR out into a worktree and runs the gates. - The default is a **dry run**. A review is a public, notifying write to someone else's work; print the findings and stop for confirmation unless the invocation carried `--apply`. Arguments pass through verbatim: a bare number reviews one PR, `--drafts` and `--mine` widen the sweep, `--apply` posts.

What's inside
Commands it runs
cat docs/REVIEW-SWEEP.md
cat REVIEW.md
More from oh-my-hermes
All skills →
About this skill
What does the review-sweep skill do?

Review oh-my-hermes pull requests that have not been reviewed at their current head commit. Run manually to sweep the open backlog, or pass a number to review one PR. Applies the repository's REVIEW.md policy and posts findings as a GitHub review with inline comments.

How do I install it?

Run `npx skills add rlaope/oh-my-hermes --skill review-sweep --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 rlaope/oh-my-hermes, a repository with 487 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.

Keep going