code-review

Orchestrate specialized agents to review code architecture, performance, and security.

1|1|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hicucu/my-poor-ai --skill code-review-hicucu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/hicucu/my-poor-ai/tree/main/skills/code-review
Command: npx skills add https://github.com/hicucu/my-poor-ai --skill code-review-hicucu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the gap in automated code reviews by focusing on architectural integrity, performance bottlenecks, and security, which standard native tools often overlook.

Core Features & Use Cases

  • Multi-Dimensional Analysis: Simultaneously triggers specialized agents for architecture and performance reviews while integrating native security checks.
  • Automated Reporting: Consolidates findings into a comprehensive review report, identifying critical issues like N+1 queries, SRP violations, and coupling.
  • Use Case: Use this skill before merging a complex feature branch to ensure that new code adheres to architectural standards and does not introduce performance regressions.

Quick Start

Run the code-review skill to analyze the current branch against the main branch and generate a consolidated architectural and performance report.

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 for architectural and performance issues before merging a pull request?

To automate code review before a pull request merge, this skill orchestrates specialized agents to analyze architecture, performance, and security. It generates a consolidated report identifying structural defects and efficiency issues to validate your branch against main.

What is automated architectural code review and how does it detect SRP violations?

Automated architectural code review analyzes structural integrity by orchestrating subagents to detect Single Responsibility Principle violations and excessive coupling. This mechanism identifies structural defects in your codebase that standard native tools often overlook.

How to identify performance bottlenecks like N+1 queries during a code review?

To identify N+1 queries during code review, this skill triggers a specialized performance-reviewer subagent. It analyzes your branch to detect efficiency issues and performance regressions, consolidating the findings into a unified report.

Can I use automated code review for branch analysis instead of just pull request validation?

Yes, you can use automated code review for branch analysis. This skill applies to both pull request validation and general branch analysis, allowing you to evaluate code adherence to architectural standards independently of a merge event.

Does automated code review work with native security checks and subagents?

Automated code review works by integrating native security checks while simultaneously triggering architecture-reviewer and performance-reviewer subagents. A review-aggregator then compiles these multi-dimensional findings into a unified report.