code-review

Review code diffs for correctness, security, performance, and maintainability.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/aarushlohit/TheRocketProject --skill code-review-aarushlohit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/aarushlohit/TheRocketProject/tree/main/rocket/.github/skills/code-review
Command: npx skills add https://github.com/aarushlohit/TheRocketProject --skill code-review-aarushlohit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive code review, identifying correctness, security, performance, and maintainability issues.

Core Features & Use Cases

  • Code Correctness: Verifies if the code meets its intended functionality without errors.
  • Security Analysis: Checks for vulnerabilities such as injection risks, data exposure, and auth bypasses.
  • Performance Review: Identifies inefficient code patterns like N+1 queries or blocking operations.
  • Maintainability: Assesses readability, naming conventions, and the overall structure of the code.
  • Use Case: Ideal for developers who need to ensure their code is secure, efficient, and maintainable before merging it into the main codebase.

Quick Start

Review the code changes for the commit 'abc123' and provide feedback.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my code changes for security vulnerabilities before merging?

To check code changes for security vulnerabilities, you need a code review that analyzes your git diffs for injection risks, data exposure, and auth bypasses. This process identifies potential security flaws before merging.

What is the best way to identify performance issues like N+1 queries in my code?

The best way to identify performance issues like N+1 queries is through a performance review. This code review process examines your code diffs to detect inefficient patterns and blocking operations.

Do I need git to run a code review on my commits?

Yes, you need git to run this code review because the Skill requires git diffs to obtain your code changes. It uses these diffs to perform comprehensive checks for correctness, security, performance, and maintainability.

Can I use this code analysis tool with any programming language?

Yes, you can use this code analysis tool with various programming languages. It is designed for developers seeking expert analysis of code correctness and maintainability across different language ecosystems.

How do I review specific commit code changes for maintainability?

To review specific commit code changes for maintainability, provide the commit hash to the code review process. It assesses readability, naming conventions, and the overall structure of the code in that diff.