code-review

Automate code review for pull requests and commits.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/ademceper/merge --skill code-review-ademceper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ademceper/merge/tree/main/server/.claude/skills/code-review
Command: npx skills add https://github.com/ademceper/merge --skill code-review-ademceper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatic code review for pull requests and commits, reducing manual review time and surfacing architecture, security, and quality issues early.

Core Features & Use Cases

  • Architecture Compliance checks across domains and layers during PRs and commits.
  • Security and performance analysis with actionable reports, including potential architectural and design issues.
  • Automated quality signals for DDD/CQRS alignment, coding standards, and maintainability.
  • Use Case: On PR creation or update, generate a structured review that highlights violations and suggests fixes.

Quick Start

Use the code-review skill to analyze the latest pull request or commit in your repository and generate a detailed report of detected violations and recommended fixes.

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 reviews for pull requests and commits?

To automate code review for pull requests and commits, you apply a skill that analyzes repository changes and generates a structured report highlighting architecture violations, security issues, and recommended fixes.

Can I check DDD and CQRS compliance automatically during a PR review?

Yes, automated code review can check DDD and CQRS alignment during a PR review by analyzing domain boundaries and providing quality signals for coding standards and architectural maintainability.

How does static analysis detect architecture and security issues in a pull request?

Static analysis detects architecture and security issues by evaluating the latest pull request or commit against secure coding practices and domain layer rules, delivering actionable reports with performance considerations.

Do I need specific dependencies to run automated code reviews in my CI workflow?

No specific dependencies are required to run automated code reviews in your CI workflow; the skill operates across multiple languages and project structures to deliver architecture and security insights directly.