code-reviewer

Analyze code diffs and source files for bugs, security, and performance issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kamelmh/opencode-config --skill code-reviewer-kamelmh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/kamelmh/opencode-config/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/kamelmh/opencode-config --skill code-reviewer-kamelmh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams review code changes quickly and consistently by spotting bugs, security risks, performance issues, maintainability problems, and missing tests before they reach production.

Core Features & Use Cases

It provides structured feedback for pull requests, code quality audits, refactoring decisions, and spec compliance checks. It highlights critical issues first, then major and minor improvements, while also calling out strong patterns and asking clarifying questions when the intent is unclear. It is especially useful when a reviewer needs one pass that covers correctness, security, architecture, and test coverage without losing prioritization.

Quick Start

Use the code-reviewer skill to analyze the attached diff or code files and return a prioritized review report with findings, praise, questions, and a verdict.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review a pull request for bugs and security vulnerabilities?

You can review a pull request for bugs and security vulnerabilities by analyzing code diffs and source files in one structured pass, producing a prioritized report that highlights critical issues, major bugs, and security vulnerabilities.

What is the best way to audit code quality during refactoring?

The best way to audit code quality during refactoring is to analyze source files to spot maintainability issues and performance regressions, generating structured feedback that separates critical problems from minor improvements and praises strong patterns.

Can I check spec compliance and test coverage gaps in one pass?

Yes, you can check spec compliance and test coverage gaps in a single pass by analyzing code diffs to identify missing tests and spec deviations, returning a clear verdict that categorizes critical, major, and minor findings.

Does code review feedback include examples and clarifying questions?

Yes, code review feedback includes prioritized findings with examples, praise for good patterns, and clarifying questions when intent is unclear, ensuring actionable insights for maintainability and security auditing across software engineering workflows.

How do I prioritize issues when reviewing code diffs?

You prioritize issues when reviewing code diffs by generating a structured report that separates critical bugs and security vulnerabilities from major performance regressions and minor maintainability improvements, culminating in a clear final verdict.