review

Review code changes for quality, security, and performance issues.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill review-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/review
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill review-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of performing a thorough and structured code review, ensuring code quality, security, and adherence to project standards.

Core Features & Use Cases

  • Comprehensive Evaluation: Assesses code against correctness, security, performance, test coverage, documentation, and compatibility.
  • Severity Classification: Assigns criticality levels (CRITICAL, HIGH, MEDIUM, LOW) to identified issues.
  • Use Case: Before merging a pull request, invoke this skill to get a detailed report on potential issues, required fixes, and suggestions for improvement.

Quick Start

Use the review skill to analyze the staged changes in the current branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a structured code review on staged changes before a pull request?

Structured code review automates the evaluation of staged changes, specific commit ranges, or pull requests against defined criteria including correctness, security, performance, tests, and documentation.

What code quality and security checks are evaluated during an automated code review?

Automated code review evaluates code quality and security by analyzing changes against project conventions, assessing potential vulnerabilities, performance bottlenecks, test coverage, and compatibility issues.

How do I classify the severity of issues found during a code review?

Code review classifies issue severity by assigning criticality levels—CRITICAL, HIGH, MEDIUM, and LOW—to identified problems, helping prioritize required fixes and suggested improvements before merging.

Does automated code review work with specific commit ranges or only full pull requests?

Automated code review analyzes specific commit ranges, staged changes in the current branch, or full pull requests, requiring adherence to project context and conventions for accurate assessment.

Can I use this code review tool to check test coverage and documentation adherence?

Yes, code review assesses test coverage and documentation alongside correctness, security, performance, and compatibility to ensure code changes meet comprehensive project standards before merging.