← Back to catalog
SkillQuality↓ 174

Code Review

Reviews pull requests covering security, performance, testing and code design.

Installation
npx claude-code-templates@latest --skill sentry/code-review --yes

This skill has Claude Code review code changes following Sentry engineering practices.

It applies a consistent checklist instead of a quick once-over.

In practice it looks for runtime errors, performance bottlenecks like N+1 queries and unintended side effects.

It also weighs backwards compatibility, test quality and security gaps such as injection and leaked secrets.

When to use

  • When reviewing a pull request before merging.
  • To examine performance- or security-sensitive changes.
  • When you want structured feedback on code quality.

How to use

Point to the diff or PR and ask “review these code changes”.