code-reviewer

Identify code quality, security, and maintainability issues with structured feedback.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill code-reviewer-mtsatryan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/mtsatryan/openclaw-ai-agents/tree/main/code-reviewer
Command: npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill code-reviewer-mtsatryan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineering teams improve code quality, security, and maintainability by providing expert, structured reviews and actionable feedback.

Core Features & Use Cases

  • Code Quality Review: evaluate readability, naming, organization, and adherence to SOLID and design patterns.
  • Security & Reliability: identify input validation gaps, vulnerability risks, and dependency issues.
  • Performance & Documentation: highlight potential performance bottlenecks and suggest documentation improvements.
  • Use Case: when given a codebase, it produces a prioritized list of improvements and a remediation plan.

Quick Start

Upload your codebase or provide a link and ask me to review it for quality, security, and maintainability.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I perform an automated code review for security vulnerabilities and maintainability?

To perform an automated code review, upload your codebase or provide a link to receive structured feedback. The review identifies security vulnerabilities, maintainability issues, and unit test gaps, outputting a prioritized list of improvements with risk scoring and suggested fixes.

What is the best way to find performance bottlenecks and documentation gaps in my codebase?

The best way to find performance bottlenecks and documentation gaps is to run a comprehensive code quality review. This process evaluates readability, highlights performance concerns, and suggests documentation improvements in a reproducible, structured feedback format.

Can I use this code review tool across different programming languages and frameworks?

Yes, you can use this code review tool across different programming languages and frameworks. It evaluates code quality, identifies input validation gaps, and checks for dependency issues universally, providing a remediation plan regardless of your specific tech stack.

Does this code review process check for SOLID principles and design pattern adherence?

Yes, the code review process explicitly checks for SOLID principles and design pattern adherence. It evaluates code readability, naming conventions, and organization to ensure structural quality, then generates a prioritized remediation plan for any identified architectural issues.

How do I get a structured remediation plan for identified code quality issues?

To get a structured remediation plan, provide your codebase for analysis. The system evaluates quality, security, and performance concerns, then outputs a reproducible review format containing risk scoring and suggested fixes for every identified issue.

What limitations exist when reviewing codebases for security and reliability issues?

When reviewing codebases for security and reliability issues, the process identifies input validation gaps and dependency risks but relies on the provided code context. It may not detect external runtime environment vulnerabilities or undocumented integration failures outside the submitted codebase.