Back to skills

code-review

development

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelin

Setup & Installation

npx skills add https://github.com/getsentry/code-review --skill code-review
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/code-review
View on GitHub

What This Skill Does

Code review skill based on Sentry's engineering practices. Covers security vulnerabilities, performance issues like N+1 queries, test coverage gaps, and backwards compatibility. Includes tone guidelines for giving actionable feedback without blocking PRs on style. Instead of relying on ad-hoc instincts, you get a structured checklist that matches Sentry's actual engineering standards, including when to escalate to senior review and when to approve despite minor issues.

When to use it

  • Working with code review functionality
  • Implementing code review features
  • Debugging code review related issues