mit einem Klick
claude-review
// Review code changes using Hyperlane Explorer coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.
// Review code changes using Hyperlane Explorer coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.
Commit changes following project quality gates and best practices. Run before creating any git commit.
Review and resolve PR review comments interactively. Fetches unresolved comments, proposes fixes or explains why to skip, and replies on GitHub.
Security-focused review for frontend/Web3 code. Use for XSS, wallet security, CSP, and dependency checks.
| name | claude-review |
| description | Review code changes using Hyperlane Explorer coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing. |
Use this skill to review code changes against Hyperlane Explorer standards.
Read and apply the guidelines from REVIEW.md to review the code changes.
When reviewing a PR, deliver feedback as a single consolidated GitHub review using /inline-pr-comments. Each run produces a separate review — nothing is overwritten.
/inline-pr-comments skill fetches existing reviews/comments so you can avoid duplicating feedback and stay aware of ongoing discussionsWhen reviewing your own changes before committing:
git diff to see changes