code-review

code review

getsentry 882 ↓ 3.9k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • Runtime errors: Potential exceptions, null pointer issues, out-of-bounds access
  • Performance: Unbounded O(n²) operations, N+1 queries, unnecessary allocations
  • Side effects: Unintended behavioral changes affecting other components
  • Backwards compatibility: Breaking API changes without migration path
  • ORM queries: Complex Django ORM with unexpected query performance
  • Security vulnerabilities: Injection, XSS, access control gaps, secrets exposure
  • Do component interactions make logical sense?

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

code review

Source

Repository: https://github.com/getsentry/skills

code-review FAQ

What does the code-review skill do?

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review. Runtime errors: Potential exceptions, null pointer issues, out-of-bounds access Performance: Unbounded O(n²) operations, N+1 queries, unnecessary allocations

How do I install code-review?

Run: npx -y skills add https://github.com/getsentry/skills --skill code-review --agent claude-code — the source lives at github.com/getsentry/skills.

Maintain code-review?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[code-review on getagentictools](https://getagentictools.com/skills/getsentry-skills-code-review?ref=badge)
npx agentictools info skills/getsentry-skills-code-review

The second line is the CLI lookup for this page — handy in READMEs and docs.