code-review

Review pull requests against Sentry engineering practices for code quality.

1|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/arroschaves/brandaocontador-site --skill code-review-arroschaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/arroschaves/brandaocontador-site/tree/main/.agent/skills/sentry-code-review
Command: npx skills add https://github.com/arroschaves/brandaocontador-site --skill code-review-arroschaves

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code quality and adherence to engineering standards by providing a structured approach to code reviews, identifying potential issues before they impact production.

Core Features & Use Cases

  • Comprehensive Review Checklist: Covers runtime errors, performance bottlenecks, security vulnerabilities, and design principles.
  • Test Coverage Verification: Ensures adequate testing for new code.
  • Long-Term Impact Assessment: Flags changes requiring senior engineer attention.
  • Use Case: When reviewing a pull request, use this Skill to systematically check for common pitfalls like N+1 queries, security risks, and insufficient test coverage, ensuring a higher quality codebase.

Quick Start

Use the code-review skill to review the attached pull request against Sentry's engineering practices.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a pull request for security vulnerabilities and performance bottlenecks?

To review a pull request for security vulnerabilities and performance bottlenecks, apply a structured code review checklist to examine code changes for runtime errors, N+1 queries, and security risks to ensure codebase integrity.

What is the best way to ensure adequate test coverage during a code review?

The best way to ensure adequate test coverage during a code review is to verify testing for new code as part of a comprehensive review checklist, ensuring changes are validated before impacting production.

How do Sentry engineering practices improve code quality?

Sentry engineering practices improve code quality by enforcing a structured review approach that identifies potential issues in performance, security, and design, flagging changes requiring senior engineer attention to reduce risk.

Can I use a code review checklist to assess long-term impact of code changes?

Yes, you can use a code review checklist to assess the long-term impact of code changes by flagging modifications that require senior engineer attention and verifying adherence to established design principles.

What common pitfalls should I look for when examining code quality in a pull request?

When examining code quality in a pull request, look for common pitfalls like N+1 queries, insufficient test coverage, security risks, and performance bottlenecks to maintain a higher quality codebase.

When should I not use a structured code review checklist?

You should avoid using a structured code review checklist for trivial changes that do not impact runtime, security, or performance, as the overhead may not justify the risk reduction for minor updates.