Code review settings

30,539 tagged Code review, measured the same way as everything else here.

review-architecture

145

pascalorg/editor

Skill Claude CodeCodex

Review a PR against the Pascal architectural rules — package boundaries (core/viewer/editor/nodes), the registry-driven composition model (def.geometry / def.renderer / def.system), legacy-dispatch regressions, the slots + world-scale-UV convention for new nodes/geometry, hook hygiene (useEditor/useScene/useViewer)…

22k 4d ago A 97 tokens original MIT

code-reviewer

146

comet-ml/opik

Agent Codex

Use this agent when the user wants code reviewed, asks for feedback on changes, or before creating a PR. Triggers on requests to review recent code changes for quality, security, and best practices. Context: User finished implementing a feature user: "Review my changes" assistant: "I'll use the code-reviewer agent to…

22k 3d ago A 238 tokens original Apache-2.0

comet-ml/opik

Instructions file GitHub Copilot

Instructions for comet-ml/opik, covering copilot code review instructions, project overview, 1. git workflow & branch management, branch naming convention and commit message standards.

22k 3d ago A 5,043 tokens original Apache-2.0

comet-ml/opik

Instructions file GitHub Copilot

Instructions for comet-ml/opik, covering opik python sdk code review guidelines, 🔧 core architecture principles, three-layer architecture, execution paths and 📋 api design standards.

22k 3d ago A 8,537 tokens original Apache-2.0

open-code-review

149

alibaba/open-code-review

Command Claude Code ✓ vendor

Invoke the professional code review Agent CLI tool OpenCodeReview (OCR) to review current code changes, and let the Agent autonomously decide whether to apply fixes.

22k 5d ago A 0 tokens original Apache-2.0

claude-code

150

alibaba/open-code-review

Plugin Claude Code ✓ vendor

Perform AI code review on Git diffs — supports workspace changes, branch ranges, and single commits with concurrent per-file analysis, codebase search, and deep context-aware review.

22k 5d ago A tokens not measured original Apache-2.0

delegate-review

151

alibaba/open-code-review

Command ✓ vendor

Run OCR in delegation mode — OCR handles file selection and rules, the host agent performs the actual review.

22k 5d ago A 21 tokens original Apache-2.0

alibaba/open-code-review

Skill Claude CodeCodex ✓ vendor

Delegation mode for open-code-review (OCR). Instead of OCR calling an LLM endpoint, this skill instructs the host agent to perform the code review itself, using OCR only for deterministic engineering: file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.

22k 5d ago A 68 tokens original Apache-2.0

open-code-review

153

alibaba/open-code-review

Skill Claude CodeCodex ✓ vendor

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

22k 5d ago A 98 tokens original Apache-2.0

dyad:multi-pr-review

154

dyad-sh/dyad

Skill Claude CodeCodex

Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are validated using reasoned analysis rather than simple vote…

21k 3d ago A 106 tokens

dyad:pr-fix:comments

155

dyad-sh/dyad

Skill Claude CodeCodex

Read all unresolved GitHub PR comments from trusted authors and address or resolve them appropriately.

21k 3d ago A 26 tokens

dyad:swarm-pr-review

156

dyad-sh/dyad

Skill Claude CodeCodex

Team-based PR review using Claude Code swarm. Spawns three specialized teammates (correctness expert, code health expert, UX wizard) who review the PR diff, discuss findings with each other, and reach consensus on real issues. Posts a summary with merge verdict and inline comments for HIGH/MEDIUM issues.

21k 3d ago A 69 tokens

complete-partial-pr

157

pydantic/pydantic-ai

Skill Claude CodeCodex

Evaluate and complete an issue or PR where the submitted patch fixes only a narrow symptom of the reported pain point. Use when a contribution may miss adjacent integration surfaces, provider/spec semantics, roundtrip behavior, tests, docs, or historical maintainer decisions.

20k 3d ago A 55 tokens original MIT

contribute-to-eliza

158

elizaOS/eliza

Skill Claude CodeCodex

Finish and prove a scoped elizaOS GitHub issue, or independently review and repair an open elizaOS pull request. Use when contributing compute to elizaOS by selecting unclaimed work, implementing or reviewing changes, adding real tests and evidence, validating artifacts, or preparing a contribution for maintainer…

19k 3d ago A 68 tokens original MIT

branch-diff-reviewer

159

windmill-labs/windmill

Agent Claude Code

Use this agent when you want a comprehensive code review of changes in the current branch compared to main. This includes reviewing for bugs, optimization opportunities, code style issues, potential mistakes, and adherence to project conventions. The agent should be invoked after completing a feature branch or before…

18k 3d ago A 0 tokens

autoclosure

160

udecode/plate

Skill Claude CodeCodex

Autonomously close the current Plate work tree through source sync, proof, review, checks, GitHub delivery, and final audit without expanding product scope.

17k +8 yesterday A 36 tokens

autoreview

161

udecode/plate

Skill Claude CodeCodex

Pre-commit/ship code review: Codex default; optional Claude, Pi, Droid, Copilot, or OpenCode.

17k +8 yesterday A 29 tokens

review-prs

162

googleapis/mcp-toolbox

Skill Claude CodeCodex ✓ vendor

Review a GitHub pull request in the googleapis/mcp-toolbox repo against the team's reviewer checklist: PR title/description conventions, linked issue, logic errors and unhandled edge cases, breaking changes, test coverage, docs updates, security (input handling), and new dependencies. Use whenever a maintainer asks…

16k +14 today A 162 tokens original Apache-2.0

code-reviewer

163

triggerdotdev/trigger.dev

Agent Claude Code

Adversarially verifies one landed packet against its requirement; read-only.

16k +22 today A 19 tokens original Apache-2.0

deslop

164

triggerdotdev/trigger.dev

Command Cursor

Check the diff against main, and remove all AI generated slop introduced in this branch.

16k +22 today A 0 tokens copy · 100% Apache-2.0

agent-coach

165

dagster-io/dagster

Agent Claude Code

Use this agent when you want to analyze and improve agent performance after any agent invocation. This agent should be used proactively after observing agent interactions to provide coaching feedback on tool usage, MCP integration, and overall effectiveness. Examples: Context: User has just used a code-review agent to…

16k 5d ago A 213 tokens original Apache-2.0

pr-update-expert

166

dagster-io/dagster

Agent Claude Code

Expert agent for updating GitHub PRs through optimized AI workflow. Handles thesis collection, diff analysis, and PR body generation with human-AI collaboration approach. Examples: Context: User wants to update their PR with latest changes. user: '/aiupdatepr' assistant: 'I'll use the pr-update-expert agent to update…

16k 5d ago A 184 tokens original Apache-2.0

dagster-io/dagster

Command Claude Code

Fetches all comments for the PR associated with the current branch, identifies feedback from Diamond review tool, analyzes it, and presents a plan to address the issues.

16k 5d ago A 0 tokens original Apache-2.0

pr-address

168

dagster-io/dagster

Command Claude Code

Address PR review comments on current branch.

16k 5d ago A 7 tokens original Apache-2.0

At most 3 mods per repository are shown here — the rest are on their repository pages: