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”.