code-reviewer

Review code for correctness, security, performance, and maintainability.

16|2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-mamamou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/mamamou/ai-coding-skills/tree/main/code-reviewer
Command: npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-mamamou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conducts structured, senior-level code reviews with categorized, actionable feedback — and fixes issues before presenting output to the user. Trigger when user says "review this code", "check my PR", "look over this function", "give me feedback on this implementation", "audit this before deploy", "simplify this", or "review these changes". Covers correctness, security (OWASP 2025), performance, maintainability, DRY violations, test coverage, and technical debt. The review loop runs before output is shown — the user receives the second draft, not the first. Produces output with blocking issues clearly separated from suggestions. Do NOT trigger for architecture-only discussions (use architect-reviewer) or security-only audits (use security-auditor).

Core Features & Use Cases

  • Structured, context-aware code reviews conducted by senior reviewers that provide clear, actionable feedback.
  • Coverage includes correctness, security (OWASP 2025), performance, maintainability, DRY, tests, and technical debt.
  • Triggerable via natural language phrases to audit PRs, functions, and changes.
  • Blocking issues are separated from suggestions to enable quick fixes and safe iterations.
  • Works across languages and stacks; can pair with architect-reviewer or security-auditor for scoped audits.

Quick Start

Submit the code or PR you want reviewed and say one of the trigger phrases to initiate the structured review.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I get actionable code review feedback before deploying my PR?

To get actionable code review feedback, submit your PR or code snippet and use a trigger phrase like "review this code". The review runs a context-aware loop internally, delivering a second draft that separates blocking issues from general suggestions.

Does structured code review check for OWASP 2025 security vulnerabilities?

Yes, structured code review checks for OWASP 2025 security vulnerabilities. It audits pull requests and modules to identify security flaws, performance bottlenecks, and maintainability issues across different languages and software stacks.

Can I use this code review approach for any programming language or framework?

You can use this code review approach across languages and stacks. It provides senior-level feedback on correctness, DRY violations, test coverage, and technical debt without requiring specific framework dependencies or component installations.

What is the difference between blocking issues and suggestions in a code review?

In this code review, blocking issues are critical flaws that must be fixed before deployment, while suggestions are improvements for maintainability and performance. The output clearly separates them to enable quick fixes and safe iterations.

When should I use an automated code reviewer versus a security-only audit?

Use an automated code reviewer for broad PR feedback covering correctness, performance, and maintainability. Choose a security-only audit when you specifically need to evaluate vulnerabilities without general code structure or DRY violation analysis.

How do I trigger a code review for a specific function or module?

To trigger a code review for a specific function, submit the code and say "look over this function" or "give me feedback on this implementation". The system then audits the code for technical debt and performance issues.