code-review

Review code changes for architecture, security, and quality compliance.

1.6k|354|Updated Sep 10, 2025
One-click install
npx skills add https://github.com/open-mercato/open-mercato --skill code-review-open-mercato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/open-mercato/open-mercato/tree/main/packages/create-app/agentic/shared/ai/skills/code-review
Command: npx skills add https://github.com/open-mercato/open-mercato --skill code-review-open-mercato

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes, ensuring adherence to architectural standards, security protocols, and coding conventions, thereby improving overall code quality and maintainability.

Core Features & Use Cases

  • Automated Checks: Verifies code against predefined rules for architecture, security, and quality.
  • CI/CD Integration: Acts as a mandatory gate in the CI/CD pipeline to prevent non-compliant code from merging.
  • Use Case: When a developer submits a pull request, this Skill can automatically flag potential security vulnerabilities, architectural violations, or deviations from established coding standards before human review.

Quick Start

Run the code-review skill to analyze the latest changes in the repository.

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 pull requests to check security and architecture?

Automated code review for pull requests verifies changes against predefined rules for security, architecture, and quality compliance. It flags vulnerabilities and architectural violations before human review, ensuring maintainability.

How does CI/CD verification gate integration work for code quality compliance?

CI/CD verification gates act as mandatory pipeline checks to prevent non-compliant code from merging. They execute automated checks against established conventions and verify test coverage before integration proceeds.

What is cross-module impact assessment in code review?

Cross-module impact assessment evaluates how code changes affect other parts of the system during review. It audits code quality by applying a defined checklist to identify potential integration issues across modules.

Can I audit code quality and test coverage without a pull request?

Yes, you can audit code quality and verify test coverage independently of pull requests. The review skill analyzes repository changes, applies automated checks, and assesses compliance against predefined rules at any time.

Does the code review process check for convention deviations automatically?

Yes, the code review process automatically checks for deviations from established coding standards and conventions. It applies a defined checklist to flag architectural violations and security issues during change analysis.

What are the limitations of automated code quality assurance checks?

Automated code quality assurance checks rely on predefined rules and a defined checklist, meaning they may miss nuanced contextual issues. They serve to flag potential vulnerabilities and convention deviations before human review occurs.