code-review-skill

Review pull requests, branches, or changed files for correctness, security, performance, and style.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill streamlines and standardizes code reviews by automatically checking pull requests, branch changes, or sets of changed files for correctness, security vulnerabilities, performance regressions, and adherence to AllCare conventions so reviewers can focus on high-impact decisions.

Core Features & Use Cases

  • Structured Reviews: Produces findings categorized by severity with clear remediation guidance and an overall assessment.
  • Multiple Inputs: Accepts PR links, branch names, or explicit file globs to support review during development, pre-merge checks, and implementation-phase verification.
  • Quality Gates: Useful for catching security issues, performance risks, correctness bugs, and style or convention violations before merging.
  • Output & Storage: Saves review reports to a standardized work path for traceability and follow-up.

Quick Start

Review the provided pull request or branch and produce a structured code review that categorizes findings by severity and recommends fixes.

Frequently Asked Questions about code-review-skill

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

FAQPage Schema
How do I automate code reviews for pull requests?

Automate pull request code reviews by submitting PR links, branch names, or file globs to receive categorized findings with severity levels and remediation guidance, streamlining pre-merge checks and branch audits.

What does a structured code review check for?

A structured code review evaluates correctness, security vulnerabilities, performance regressions, and style or convention violations, generating categorized findings with severity levels and actionable remediation steps.

Can I review a specific branch instead of a full pull request?

Yes, you can review a specific branch instead of a full pull request by providing the branch name or explicit file globs to generate structured findings, supporting implementation-phase verification and branch audits.

How are code review findings categorized?

Code review findings are categorized by severity levels across correctness, security, performance, and style dimensions, accompanied by remediation guidance and an overall assessment to prioritize fixes.

Do I need any external tools to perform a security and performance code review?

No external tools are required to perform security and performance code reviews, as the skill operates without dependencies to evaluate correctness, vulnerabilities, performance regressions, and style conventions directly.

When should I use automated code review instead of manual checks?

Use automated code review for pre-merge checks and implementation-phase verification to catch security issues, performance risks, and correctness bugs before merging, allowing reviewers to focus on high-impact decisions.