code-reviewer

Review pull requests for architecture, performance, security, and test coverage issues.

3|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/jaskaranhundal/usap-skills --skill code-reviewer-jaskaranhundal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/jaskaranhundal/usap-skills/tree/main/engineering/code-reviewer
Command: npx skills add https://github.com/jaskaranhundal/usap-skills --skill code-reviewer-jaskaranhundal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring that pull requests meet high standards for architecture, performance, security, and test coverage, ultimately leading to more robust and maintainable software.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for adherence to architectural principles, identifies performance bottlenecks, checks for security anti-patterns, and assesses test coverage.
  • Actionable Feedback: Provides structured, prioritized feedback with specific suggestions for improvement.
  • Use Case: When a developer submits a pull request, this Skill can automatically analyze the changes, flag potential issues like N+1 queries or insufficient test coverage, and suggest specific code modifications, allowing the team to merge higher-quality code faster.

Quick Start

Use the code reviewer skill to analyze the provided pull request for architectural, performance, security, and test coverage issues.

Frequently Asked Questions about code-reviewer

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

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

Code review for pull requests involves analyzing changes to identify architectural violations, performance anti-patterns like N+1 queries, surface-level security concerns, and inadequate test coverage. This ensures pull requests meet high standards for robust and maintainable software.

What is automated pull request code analysis?

Automated pull request code analysis is a process that reviews submitted code changes for architectural adherence, performance bottlenecks, security anti-patterns, and test coverage. It flags potential issues and suggests specific modifications to help teams merge higher-quality code faster.

Can I check test coverage and architecture violations in my pull request?

Yes, you can check test coverage and architecture violations by analyzing code changes against architectural principles. This review flags architectural violations and assesses whether the submitted code has inadequate test coverage, providing structured feedback for improvement.

How do I identify N+1 queries and security anti-patterns during code review?

Identify N+1 queries and security anti-patterns during code review by analyzing the submitted code for performance bottlenecks and surface-level security concerns. This provides specific code modification suggestions to resolve the identified issues.

Does this code review approach work for comprehensive software engineering analysis?

Yes, this code review approach works for comprehensive software engineering analysis by evaluating pull requests across architecture, performance, security, and test coverage. It ensures code changes meet high standards for maintainable software without requiring external dependencies.