review-code

Review code changes against Clean Architecture, API, security, and testing standards.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/vesviet/microservices-agent-skills --skill review-code-vesviet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/vesviet/microservices-agent-skills/tree/main/skills/review-code
Command: npx skills add https://github.com/vesviet/microservices-agent-skills --skill review-code-vesviet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous process of code review, ensuring all changes meet the project's high standards for architecture, security, performance, and maintainability.

Core Features & Use Cases

  • Comprehensive Checklist: Applies a detailed, multi-point checklist covering architecture, API design, business logic, data persistence, security, performance, observability, and more.
  • Two Review Modes: Supports quick reviews of specific changes (Mode A) and guides users towards the review-service skill for full service audits (Mode B).
  • Use Case: Before merging a pull request that adds a new API endpoint, use this Skill to verify it adheres to Clean Architecture principles, includes proper error handling, and has adequate test coverage.

Quick Start

Use the review-code skill to check the quality of the recent changes in the 'user-service' repository.

Frequently Asked Questions about review-code

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

FAQPage Schema
What does an automated code review checklist cover for software development?

Code review validates software changes against established project standards, including Clean Architecture, API contracts, security, performance, and testing. It applies a comprehensive checklist to identify potential issues across multiple dimensions comprehensively.

How do I review code changes against Clean Architecture principles before merging?

To review code changes against Clean Architecture principles, use a two-mode approach: perform quick reviews of specific changes or guide full service audits. This verifies adherence to API contracts, proper error handling, and adequate test coverage before pull requests are merged.

Can I verify API contracts and security during a pull request code review?

Yes, you can verify API contracts and security during a pull request code review. The process validates software changes against established project standards, specifically checking API design, security vulnerabilities, performance issues, and observability metrics comprehensively.

What is the best way to ensure code quality and adherence to standards in software development?

The best way to ensure code quality is through automated reviews applying a detailed, multi-point checklist. This rigorously checks architecture, security, performance, and maintainability, identifying potential issues across multiple dimensions before changes are integrated.

Does the code review process support both quick checks and full service audits?

Yes, the code review process supports two modes: quick reviews of specific changes and full service audits. It guides users towards broader audit capabilities for complete validation of software changes against comprehensive project standards.