Code Reviewer

Review source code and pull requests for correctness, security, and maintainability issues.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill code-reviewer-basmawebinfo-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Reviewer
Source: https://github.com/basmawebinfo-hub/lover-diet-center/tree/main/.opencode/skills/engineering-code-reviewer
Command: npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill code-reviewer-basmawebinfo-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams review code more effectively by focusing feedback on correctness, security, maintainability, performance, and testing instead of subjective style debates.

Core Features & Use Cases

  • Risk-Focused Reviews: Flags blockers like security flaws, breaking changes, race conditions, and missing critical error handling.
  • Constructive Feedback: Explains why an issue matters and suggests practical improvements in a respectful, mentor-like tone.
  • Prioritized Review Output: Organizes findings into blockers, suggestions, and nits so developers can act on the most important issues first.
  • Use Case: Use this Skill to review a pull request before merge and produce a complete summary with actionable comments for the author.

Quick Start

Ask the Code Reviewer skill to review a pull request, diff, or file and return prioritized feedback with blockers, suggestions, and praise for strong implementation choices.

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 security and performance issues?

Reviewing a pull request for security and performance issues involves analyzing source code diffs to identify blockers, race conditions, and missing error handling. The Code Reviewer skill provides prioritized feedback on correctness, maintainability, and testing in a single pass.

What is the best way to automate pre-merge validation for source code?

Automating pre-merge validation for source code requires assessing diffs for breaking changes and critical flaws. The Code Reviewer skill acts as a pre-merge validation tool, delivering constructive suggestions and severity prioritization for application code changes.

Can I use this code review skill to assess API change evaluation and refactoring?

Yes, you can use this code review skill to assess API change evaluation and refactoring. It examines application code workflows to ensure correctness and maintainability, returning a complete summary with actionable comments for the author.

Does the code review process check for missing critical error handling and testing gaps?

Yes, the code review process checks for missing critical error handling and testing gaps. It flags risk-focused blockers across application code and produces constructive feedback explaining why each issue matters for overall code maintainability.

How are code review findings prioritized for developers to act on?

Code review findings are prioritized into blockers, suggestions, and nits so developers can act on the most important issues first. This ensures risk-focused feedback on correctness and security is delivered before minor style debates.

What limitations exist when reviewing source code diffs in a single pass?

A limitation of reviewing source code diffs in a single pass is that it requires specific actionable feedback without iterative conversation. It focuses strictly on correctness, security, maintainability, performance, and testing rather than subjective style debates.