code-review

Identify security vulnerabilities, performance issues, and correctness gaps in code changes.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/andebet07-oss/MemoriaShare_C --skill code-review-andebet07-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/andebet07-oss/MemoriaShare_C/tree/main/skills/skills-main/.claude-plugin/plugin_01GC5sHmfRpUwySPemYHW7n5/skills/code-review
Command: npx skills add https://github.com/andebet07-oss/MemoriaShare_C --skill code-review-andebet07-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review is often manual and inconsistent. This Skill provides a structured lens to evaluate changes for security, performance, correctness, and maintainability, reducing defects and audit risk.

Core Features & Use Cases

  • Security audit: checks for potential vulnerabilities, insecure patterns, and auth issues.
  • Performance review: detects N+1 queries, expensive operations, and memory risks.
  • Correctness and maintainability: identifies edge cases, error handling gaps, naming, and readability improvements.
  • Use Case: Pre-merge PR review to surface critical issues before merging, or post-merge audits to ensure ongoing quality.

Quick Start

Provide a concise security, performance, and correctness review for the given PR URL or file path.

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, apply structured checks to the code changes for OWASP-Top-10 concerns, N+1 queries, and memory risks. This process surfaces critical defects before merging.

What is the best way to audit post-merge code changes for correctness and maintainability?

Auditing post-merge code changes for correctness involves identifying edge cases and error handling gaps, while maintainability checks assess naming conventions and readability. This skill provides a structured lens to evaluate ongoing quality and reduce audit risk.

Can I use automated code review to detect N+1 queries and expensive operations in my repository?

You can use automated code review to detect N+1 queries and expensive operations by applying structured performance checks to file paths or diffs in your repository. This identifies memory risks and expensive operations to prevent defects.

Does structured code review check for OWASP-Top-10 security concerns and auth issues?

Structured code review does check for OWASP-Top-10 security concerns and auth issues. It evaluates code changes for potential vulnerabilities and insecure patterns, ensuring security gaps are identified during pre-merge reviews or post-merge audits.

How do I analyze a hotfix for error handling gaps and edge cases?

Analyzing a hotfix for error handling gaps and edge cases requires applying correctness checks to the specific files or diffs involved. This skill identifies missing error handling and edge cases to prevent defects in rapid code changes.