Claude-skill-registry claude-review

Review code changes using Hyperlane monorepo coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/claude-review" ~/.claude/skills/majiayu000-claude-skill-registry-claude-review && rm -rf "$T"
manifest: skills/data/claude-review/SKILL.md
source content

Code Review Skill

Use this skill to review code changes against Hyperlane monorepo 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

.github/prompts/code-review.md
to review the code changes.

Security issues should use

/claude-security-review
or
/claude-tob-review
instead.