code-review

Automates structured code reviews across six focus areas including security, performance, and testing quality.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/botPhU/project-An-English-speaking-practice-platform-supported-by-AI --skill code-review-botphu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/botPhU/project-An-English-speaking-practice-platform-supported-by-AI/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/botPhU/project-An-English-speaking-practice-platform-supported-by-AI --skill code-review-botphu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive, structured feedback on code changes across six focused dimensions, helping teams improve quality, security, and maintainability without guessing what to fix.

Core Features & Use Cases

  • Architecture & Design: Evaluates module organization, separation of concerns, and design patterns.
  • Code Quality & Testing: Assesses readability, naming, complexity, tests, and tests quality.
  • Security & Dependencies: Identifies vulnerabilities, dependency hygiene, and hardening opportunities.
  • Performance & Scalability: Highlights inefficient paths and potential bottlenecks, with optimization suggestions.
  • Documentation & API Design: Checks clarity of docs, API surface, and developer-experience impacts.
  • Use Case: Before merging large changes, run this skill to obtain a prioritized improvement list and rationale.

Quick Start

Provide the set of changed files or a PR URL to initiate the review; the agent will analyze the changes and return actionable feedback across the six focus areas.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review feedback for architecture and security before merging a pull request?

Automated code review evaluates pull requests across six focus areas including architecture, security, and performance to provide structured, actionable improvement recommendations before merging. You supply changed files or a PR URL to initiate the analysis.

What should a comprehensive code review check for in large code changes?

A comprehensive code review should check module organization, separation of concerns, code readability, dependency vulnerabilities, performance bottlenecks, and API documentation clarity. This ensures maintainability, security, and scalability across significant project changes.

How do I get actionable code review feedback on performance bottlenecks and testing quality?

Actionable code review feedback on performance and testing highlights inefficient paths and evaluates test quality by analyzing changed files. It returns concrete optimization suggestions and a prioritized improvement list with rationale.

Can I run structured code reviews across any project or specific frameworks?

Structured code reviews apply to significant code changes across any project regardless of framework. The analysis enforces six focus areas including design, security, and documentation to deliver consistent feedback during pull requests.

Does automated code review check API design and developer experience impacts?

Automated code review checks API design and developer experience by evaluating the clarity of documentation and the API surface. It outputs documentation guidance and concrete recommendations to improve developer experience.

What is the best way to identify dependency vulnerabilities and hardening opportunities during code review?

The best way to identify dependency vulnerabilities during code review is using an automated skill that assesses dependency hygiene and hardening opportunities. It outputs concrete security improvement recommendations as part of a structured six-dimension analysis.