code-review

Analyzes code submissions across six dimensions including security, performance, and maintainability, returning actionable feedback with flagged issues and suggested fixes.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/duynhne/monitoring --skill code-review-duynhne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/duynhne/monitoring/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/duynhne/monitoring --skill code-review-duynhne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are critical but time-consuming and often inconsistent. This Skill provides a structured, multi-faceted review approach to surface design flaws, quality issues, security risks, and missing or ambiguous documentation.

Core Features & Use Cases

  • Architecture & Design review: assess module organization, separation of concerns, and design patterns.
  • Code Quality review: evaluate readability, naming, complexity, DRY principles, and refactoring opportunities.
  • Security & Dependencies review: identify vulnerabilities, authentication concerns, dependency management, and supply chain risks.
  • Performance & Scalability review: analyze algorithmic efficiency, caching opportunities, asynchronous patterns, and load handling.
  • Testing Quality review: ensure meaningful assertions, test isolation, edge-case handling, and maintainability beyond coverage.
  • Documentation & API review: review READMEs, API docs, breaking changes, and developer experience.

Quick Start

Submit the target code change (PR URL or patch) to initiate the review. The agent analyzes the change across Architecture, Code Quality, Security & Dependencies, Performance & Scalability, Testing Quality, and Documentation & API, and returns actionable feedback. For best results, include context about project conventions and any release goals.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get actionable code review feedback for a pull request?

To get actionable code review feedback, submit your target code change or PR URL to initiate analysis across architecture, code quality, security, performance, testing, and documentation, returning structured feedback with root causes and concrete fixes.

What aspects are covered in a multi-faceted code review?

A multi-faceted code review covers six focused aspects: module organization and design patterns, readability and DRY principles, security vulnerabilities and dependency management, algorithmic efficiency and load handling, test isolation, and API documentation.

Does code review work for evaluating security vulnerabilities and dependency risks?

Yes, code review works for evaluating security vulnerabilities and dependency risks by identifying authentication concerns, dependency management issues, and supply chain risks as part of its structured security and dependencies analysis.

How do I review code architecture and design patterns in a PR?

To review code architecture and design patterns in a PR, submit the patch to the agent, which will assess module organization, separation of concerns, and design patterns to surface potential design flaws and refactoring opportunities.

Can I use automated code review to assess testing quality beyond coverage?

Yes, you can use automated code review to assess testing quality beyond coverage by evaluating meaningful assertions, test isolation, edge-case handling, and overall test maintainability.

What is the best way to review API documentation and breaking changes?

The best way to review API documentation and breaking changes is to submit the code change with context about release goals, allowing the agent to analyze developer experience, READMEs, API docs, and breaking changes.