| name | claude-review |
| description | Review documentation changes using Hyperlane docs standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing. |
Docs Review Skill
Use this skill to review documentation changes against Hyperlane docs standards.
When to Use
- Before committing changes (self-review)
- When asked to review a PR or diff
- To check if changes follow project patterns
Instructions
Read and apply the guidelines from REVIEW.md to review the documentation changes.
For PR Reviews
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.
- Fetch prior reviews first — the
/inline-pr-comments skill fetches existing reviews/comments so you can avoid duplicating feedback and stay aware of ongoing discussions
- Review body — Overall assessment, structural concerns, and issues found outside the diff
- Inline comments — Specific issues on changed lines (attached to the same review)
For Self-Review
When reviewing your own changes before committing:
- Run
git diff to see changes
- Apply the review guidelines
- Fix issues directly rather than commenting