code-review

Identify and remediate security, performance, and quality issues in code reviews.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill code-review-prathviraj-jadhav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Prathviraj-jadhav/nexgen-elit-website/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/Prathviraj-jadhav/nexgen-elit-website --skill code-review-prathviraj-jadhav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone; this skill provides a structured framework to ensure security, performance, and quality considerations are consistently checked during review.

Core Features & Use Cases

  • Structured, priority-based review framework (Critical to Minor)
  • Security, data handling, and performance checklists
  • Clear remediation guidance and onboarding explanations

Quick Start

Paste the code or diff you want reviewed and ask for a thorough security, performance, and quality assessment.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a structured security and performance code review on a pull request?

A structured code review applies a priority-based checklist to diffs or pull requests, identifying security vulnerabilities, performance bottlenecks, and quality issues while providing actionable remediation steps to guide merging decisions.

What is the best way to check for input validation and data handling issues in feature branches?

Checking input validation during a code review requires enforcing a multi-tier framework that systematically evaluates data handling processes across feature branches to ensure secure processing and prevent injection vulnerabilities.

Does this code review framework work across different programming languages and frameworks?

Yes, the code review framework applies to audit scenarios across languages and frameworks, using structured checklists to evaluate security, performance, and quality consistently regardless of the specific tech stack.

How do I prioritize remediation steps found during a code audit?

Prioritizing code review remediation steps involves categorizing identified issues using a structured framework from Critical to Minor, ensuring severe security vulnerabilities and performance flaws are resolved before addressing minor quality improvements.

What should be included in a pull request checklist to catch security vulnerabilities?

A pull request checklist for security should include systematic checks for input validation, data handling protocols, and overall code quality to detect and remediate vulnerabilities before merging code into the main branch.

When do I need to run a comprehensive code quality assessment on a diff?

A comprehensive code quality assessment is needed when reviewing diffs or feature branches before merging, ensuring that security flaws, performance bottlenecks, and structural issues are identified and remediated prior to integration.