code-reviewer

Automates code review for correctness, readability, maintainability, accessibility, and i18n.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/micaelmalta/agentic --skill code-reviewer-micaelmalta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/micaelmalta/agentic/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/micaelmalta/agentic --skill code-reviewer-micaelmalta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews can be time-consuming and inconsistent. This Skill standardizes evaluation criteria to ensure correctness, readability, maintainability, accessibility, i18n, and alignment with project conventions, helping teams ship higher-quality software.

Core Features & Use Cases

  • Comprehensive Evaluation: Checks logic, edge cases, naming, and style against project conventions.
  • Quality Gate Enforcement: Ensures tests exist and pass; flags missing tests or weak coverage.
  • PR Guidance: Provides actionable feedback and suggested fixes for diffs, patches, and pull requests.

Quick Start

Ask the skill to review the latest diff or pull request by providing the patch details or link.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request diff?

Automate code review for a pull request diff by submitting the patch details or link to systematically check correctness, readability, maintainability, accessibility, and i18n alignment. The skill evaluates logic, naming conventions, and edge cases, then returns actionable feedback with suggested fixes to improve software quality.

What does an automated code review check for maintainability and readability?

An automated code review checks maintainability and readability by evaluating naming conventions, code style, logic, and edge cases against your project conventions. It highlights issues affecting long-term code health and provides actionable feedback with suggested fixes to ensure consistent software quality across commits and refactors.

Can I use automated code review for large refactoring commits?

Yes, you can use automated code review for large refactoring commits. The skill processes patches, diffs, and changes across multiple languages and frameworks, evaluating both small commits and large refactors to ensure they meet project conventions for correctness, accessibility, and maintainability.

How do I enforce test coverage requirements in a pull request?

Enforce test coverage requirements in a pull request by running an automated code review that acts as a quality gate. The skill ensures tests exist, flags missing tests or weak coverage, and highlights issues in the diff, providing actionable feedback to guarantee code changes are properly tested.

Does automated code review support internationalization and accessibility checks?

Yes, automated code review supports internationalization and accessibility checks. The skill systematically evaluates diffs and patches to ensure code alignment with i18n standards and accessibility requirements, providing actionable feedback and suggested fixes to maintain inclusive software quality across different languages and frameworks.