code-review

Review pull requests for security, performance, testing, and design issues.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mjmmattoni98/soundweave --skill code-review-mjmmattoni98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/mjmmattoni98/soundweave/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/mjmmattoni98/soundweave --skill code-review-mjmmattoni98

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure code quality, security, and maintainability by providing structured guidelines and checks for code reviews, aligning with established engineering practices.

Core Features & Use Cases

  • Comprehensive Review Checklist: Covers runtime errors, performance bottlenecks, security vulnerabilities, and architectural alignment.
  • Design Assessment: Evaluates component interactions and adherence to project architecture.
  • Test Coverage Verification: Ensures adequate functional, integration, and end-to-end tests.
  • Use Case: When reviewing a pull request for a new feature, use this Skill to systematically check for potential bugs, performance issues, security flaws, and ensure sufficient test coverage before merging.

Quick Start

Use the code-review skill to review the attached pull request against Sentry 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 issues?

To review a pull request for security and performance, this Skill systematically examines code changes against established engineering practices, identifying runtime errors, security flaws, and bottlenecks before providing structured feedback.

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

Ensuring adequate test coverage during a code review involves verifying functional, integration, and end-to-end tests. This Skill checks the attached code changes to confirm sufficient testing exists before merging pull requests.

Can I use this to assess architectural alignment and component interactions in my code?

Yes, you can assess architectural alignment and component interactions. The Skill performs design assessments to evaluate how well new code changes adhere to the established project architecture and engineering practices.

Does this code review process evaluate long-term impact and maintainability?

Yes, the code review process evaluates long-term impact and maintainability. It follows specific guidelines to assess design, verify test coverage, and identify potential problems affecting software quality over time.

What should a code review checklist include for evaluating software quality?

A comprehensive code review checklist for software quality should cover runtime errors, performance bottlenecks, security vulnerabilities, architectural alignment, and test coverage verification to ensure maintainability.

When do I need a structured code review process for my pull requests?

You need a structured code review process when merging new features or examining code changes. It helps systematically identify bugs, assess design, verify tests, and ensure long-term software quality before integration.