Install any skill in seconds. Free to start, no credit card required.
Get Started Free →First-pass GitHub PR review: OWASP Top 10, style violations, scope creep, breaking changes. Comments before the maintainer looks.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -1% | 0% |
A first-pass code review for incoming pull requests. Catches the obvious things — failing tests, security anti-patterns, scope creep, breaking changes — and leaves comments before the maintainer opens the PR. The maintainer's review starts from "is this AI right?" instead of "what does this PR do?".
For every new PR (or new commit on an existing PR):
.eslintrc / .prettierrc / framework convention being violated?*.min.js, dist/), and snapshot tests.Default trigger is the GitHub pull_request.opened and pull_request.synchronize webhooks. Configure via hermes webhook list. For manual run:
/pr-first-review owner/repo#312yamlgithub: default_repo: "owner/repo" block_on_high_severity: false # set true to actually request changes skip_paths: - "package-lock.json" - "yarn.lock" - "pnpm-lock.yaml" - "**/*.min.js" - "dist/**" - "__snapshots__/**" severity_thresholds: high: ["sql_injection", "xss", "ssrf", "exposed_secret", "broken_auth"] medium: ["scope_creep", "missing_test", "style_violation"] low: ["typo", "unused_import"] comment_style: "constructive" # alternative: "terse"
PR review needs nuance — a Haiku-class model will miss security-relevant context.
Out of the box this skill produces ~10-15% false positives. Calibrate over the first 30 days:
.eslintrc or remove style from severity_thresholds.medium.metadata block.Pairs naturally with github-issue-triage — issues come in, get triaged; PRs go out, get reviewed. Both should run as the same agent under the triager personality.
The 4-agent GitHub Maintainer Team ships with this skill plus changelog automation, docs sync, and shared coordination via AGENTS.md. See crewclaw.com/use-cases/github-maintainer-team.
Other measured skills in the registry, with their headline benchmark lift.