code-review

Review Git changes for correctness, security, performance, and maintainability.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill code-review-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/claude-code/code-review
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill code-review-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need reliable, detailed code reviews that cover security, performance, correctness, and maintainability, but manual reviews are time‑consuming and often miss critical issues.

Core Features & Use Cases

  • Checklist‑driven review covering correctness, security, performance, and maintainability.
  • Git integration to gather diffs, branch changes, or recent commits automatically.
  • Contextual analysis by reading full file contents and searching for broader impact across the codebase.
  • Structured feedback with severity ranking, actionable suggestions, and positive reinforcement. Ideal for reviewing pull requests, feature branches, or hot‑fix commits in any language.

Quick Start

Ask the code-review skill to evaluate the latest changes in the repository.

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 security-focused code review on my Git changes?

A security-focused code review analyzes Git diffs by reading full file contexts to evaluate correctness, security, performance, and maintainability. It extracts changed files from repositories and generates structured feedback to ensure codebase vulnerabilities are caught.

Can I automate code review for pull requests without external tools?

Yes, automated code review can be performed without external tooling by using environment-agnostic commands to gather branch changes. It applies built-in checklists to automatically analyze diffs and recent commits, generating actionable feedback directly.

What is the best way to review code maintainability and performance in a feature branch?

Reviewing code maintainability and performance requires checking code against structured criteria covering correctness and resource efficiency. By searching for broader impact across the codebase and reading full file contents, it identifies hotspots and provides ranked, actionable suggestions.

Does automated code review work with any programming language?

Automated code review is environment-agnostic and works with any programming language. It evaluates logic by extracting changed files from Git repositories and assessing them against universal checklists for security and maintainability without requiring language-specific tooling.

How do I get structured feedback for developers from a recent hot-fix commit?

To get structured feedback from a hot-fix commit, the review process evaluates the recent commit changes and generates feedback with severity rankings. It provides actionable suggestions alongside positive reinforcement to guide developer improvements effectively.

What should a code review checklist cover for correctness and security?

A comprehensive code review checklist should cover correctness, security, performance, and maintainability. It evaluates extracted Git diffs by reading full file contents, ensuring the code meets structural standards and prevents critical vulnerabilities from reaching production.