review

Perform a two-pass code review for spec compliance and code quality.

30|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/oursky/skytest-agent --skill review-oursky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/oursky/skytest-agent/tree/main/skills/development-skills/review
Command: npx skills add https://github.com/oursky/skytest-agent --skill review-oursky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured and efficient approach to code review, ensuring both adherence to specifications and high code quality.

Core Features & Use Cases

  • Two-Pass Review: Prioritizes spec compliance before assessing code quality, stopping early if requirements are not met.
  • Targeted Analysis: Focuses review efforts on relevant files based on the type of review (security, performance, etc.), optimizing token usage.
  • Structured Findings: Presents review feedback in a clear, tabular format for easy understanding and action.
  • Use Case: When a pull request is submitted, use this Skill to first verify it meets the feature's requirements and then check for potential bugs or performance issues.

Quick Start

Review the attached code changes for security vulnerabilities and adherence to the project's coding standards.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for a pull request?

Automate code review by running a structured two-pass analysis that first verifies spec compliance and then evaluates code quality. This process targets specific areas like security or performance based on the review type and outputs findings in a structured markdown table.

What is a two-pass code review process?

A two-pass code review first checks if code changes meet the original feature specifications, stopping early if requirements are unmet. If the spec is satisfied, the second pass analyzes code quality and potential bugs to optimize token usage and focus feedback.

How do I check a pull request for security vulnerabilities and performance issues?

Check pull requests by applying targeted analysis based on the review type, such as security or performance. This focuses review efforts on relevant files to identify vulnerabilities and ensure adherence to project coding standards efficiently.

Can I focus code review feedback on specific areas like security or performance?

Yes, you can focus code review feedback by specifying the review type, such as security or performance. This targets analysis toward relevant files, optimizing token usage and generating structured findings in a markdown table for easy action.

How are code review findings presented for easy understanding?

Code review findings are presented in a structured markdown table. This format organizes feedback on spec compliance, code quality, security vulnerabilities, and performance issues clearly for easy understanding and action.

What are the limitations of automated structured code review?

Automated structured code review stops early if spec compliance fails, meaning code quality analysis is skipped for non-compliant code. Additionally, while targeted analysis optimizes token usage, it requires specifying the correct review type to focus on relevant files.