code-review

Analyze Sentry pull requests for security, performance, and design issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/monmacllcapp/skill-forks --skill code-review-monmacllcapp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/monmacllcapp/skill-forks/tree/main/skills/sentry/plugins/sentry-skills/skills/code-review
Command: npx skills add https://github.com/monmacllcapp/skill-forks --skill code-review-monmacllcapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps improve code quality, identify potential bugs, security vulnerabilities, and performance issues by providing structured guidelines and checks for code reviews.

Core Features & Use Cases

  • Automated Code Analysis: Identifies common programming errors, security risks, and performance bottlenecks.
  • Design and Architecture Review: Assesses the logical flow and alignment with project architecture.
  • Test Coverage Verification: Ensures adequate testing for business logic, interactions, and user paths.
  • Use Case: When reviewing a pull request, use this Skill to ensure it adheres to Sentry's engineering practices, covering security, performance, and maintainability.

Quick Start

Use the code-review skill to analyze the provided code snippet for potential issues.

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 issues?▼

To review a pull request for security vulnerabilities and performance issues, analyze the code for runtime errors, ORM inefficiencies, and architectural alignment. This process identifies bottlenecks and security risks before merging changes.

What is the best way to ensure adequate test coverage for new code?▼

The best way to ensure adequate test coverage is to assess business logic, component interactions, and user paths during the code review. This verification guarantees critical interactions and logic are fully tested.

Does this code review process work for Sentry projects specifically?▼

Yes, this code review process works for Sentry projects by following established engineering practices. It specifically targets security, performance, testing, and design quality to ensure maintainability.

How do I identify ORM inefficiencies and compatibility issues in my code?▼

To identify ORM inefficiencies and compatibility issues, review the code for side effects and architectural misalignment. This analysis detects inefficient database interactions and integration problems.

When do I need to assess architectural alignment during a code review?▼

You need to assess architectural alignment during a code review when evaluating the logical flow of components. This ensures new changes integrate properly without introducing side effects or design inconsistencies.