code-review

Automate pull request code reviews with pattern-based checks and markdown summaries.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/Ditto190/modme-ui-01 --skill code-review-ditto190
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Ditto190/modme-ui-01/tree/main/agent/skills_ref/installed/code-review
Command: npx skills add https://github.com/Ditto190/modme-ui-01 --skill code-review-ditto190

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and speeds up code reviews by applying predefined review patterns, helping teams catch issues early and maintain code quality across PRs.

Core Features & Use Cases

  • Security and quality checks: detects vulnerabilities, anti-patterns, and adherence to best practices during PR reviews.
  • Structured feedback: generates a concise, actionable summary with prioritized recommendations.
  • Use Case: when reviewing a pull request, run automated checks that highlight critical defects, potential performance regressions, and readability improvements.

Quick Start

Run the code-review on a PR diff to generate a structured review with actionable 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 a security review for a pull request?

To automate a security review for a pull request, apply standardized review patterns to the PR diff to detect vulnerabilities, anti-patterns, and quality concerns while generating a markdown summary of suggested fixes.

What is the best way to run static analysis checks on a PR diff?

The best way to run static analysis checks on a PR diff is applying predefined review patterns that flag security vulnerabilities, performance regressions, and readability improvements to produce actionable recommendations.

Can I use automated code review for code audits across different programming languages?

Yes, you can use automated code review for code audits across different programming languages by applying standardized review patterns to detect critical defects and generate structured feedback regardless of language.

How do code review automation tools generate structured feedback for developers?

Code review automation tools generate structured feedback by applying pattern-based checks to pull requests, flagging critical defects and performance issues, and producing a concise markdown summary with prioritized recommendations.

What issues can automated quality assurance checks detect during a pull request review?

Automated quality assurance checks during a pull request review can detect security vulnerabilities, performance regressions, anti-patterns, adherence to best practices, and readability improvements.

Do I need a specific framework to run pattern-based checks on a pull request?

No specific framework is required to run pattern-based checks on a pull request; the automated review applies standardized patterns directly to the PR diff to produce a markdown summary and suggested fixes.