Ocap-kernel code-review

How to review code; a pull request, feature branch, local changes etc.

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

When asked to review code, whether a PR on GitHub or some local changes, provide feedback on:

  • Code quality and best practices
  • Potential bugs or issues
  • Performance considerations
  • Security concerns
  • Test coverage

Use the repository's CLAUDE.md for guidance on style and conventions. If you encounter terms that should be added to the glossary, invoke the glossary skill using: Skill tool with skill="glossary" Be constructive and helpful in your feedback.