Merged
Conversation
Configures the automated code review to focus on real bugs and correctness issues, with explicit severity levels and a false-positive exclusion list tailored to this Rust/Web3 codebase.
Gives Claude real Rust code intelligence (type checking, diagnostics, go-to-definition) during PR reviews.
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new REVIEW.md file, which establishes comprehensive code review guidelines for the repository. The guidelines cover review priorities, specific checks, items to ignore, severity classifications, and formatting for review comments. A review comment suggests an improvement to the newly added REVIEW.md by recommending that the defined severity levels (Bug, Nit, Question) be updated to align with standard GitHub API severity levels (Critical, High, Medium, Low) for better consistency and interpretation.
jmg-duarte
reviewed
Mar 25, 2026
- Remove "stop at first category" to avoid unnecessary back and forth - Reword DB query check to request EXPLAIN ANALYZE if not in PR description - Make suggested fixes conditional: committable blocks for small fixes, prose for larger ones (matches official code-review plugin) - Add LGTM example for no-issues case - Install Rust toolchain before review so rust-analyzer-lsp works
m-sz
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Claude Code GitHub integration with two workflows, review guidelines, and Rust tooling.
Workflows
claude.yml— Responds to@claudementions in PR/issue comments. Claude analyzes the context and executes the request.claude-code-review.yml— Automatic code review when a PR is marked ready for review. Uses the officialcode-reviewplugin with multi-agent verification. Does not run on drafts, pushes, or reopens. Includesrust-analyzer-lspplugin for real Rust code intelligence (type checking, diagnostics, go-to-definition) during reviews.Review guidelines (
REVIEW.md)Controls what Claude flags during reviews:
Security
Test plan
@claudemention triggers in a test PR comment