code-reviewer

Review code changes for bugs, security, performance, and maintainability issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review code changes quickly and systematically so you can catch bugs, security issues, performance regressions, and maintainability problems before they reach production.

Core Features & Use Cases

  • Prioritized Findings: Surfaces blocking, important, and suggestion-level issues in order of impact.
  • Actionable Feedback: Includes file and line references plus concrete fix suggestions for each finding.
  • Real-World Use Cases: Review a pull request, audit a hotfix, check a refactor for behavioral regressions, or inspect a diff for security and performance risks.

Quick Start

Ask the code reviewer skill to analyze your diff and return prioritized findings with file:line citations and concrete fixes.

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 vulnerabilities and performance pitfalls?▼

To review a pull request for security vulnerabilities and performance pitfalls, you can analyze the code changes to surface prioritized findings with file and line citations, rationale, and concrete fix suggestions before merging.

What is the best way to check a multi-file diff for bugs and maintainability issues?▼

The best way to check a multi-file diff for bugs and maintainability issues is to systematically review the changes, which produces actionable feedback ordered by impact to catch blocking, important, and suggestion-level problems.

Can I audit a hotfix or single file for behavioral regressions?▼

Yes, you can audit a hotfix or single file for behavioral regressions by inspecting the diff, which identifies security risks, performance regressions, and maintainability issues across common programming languages.

How does automated code review prioritize findings for production readiness?▼

Automated code review prioritizes findings for production readiness by categorizing issues into blocking, important, and suggestion levels, providing file:line references and concrete fixes to resolve real code risks before merge.

Does code review work with common programming languages for refactor inspections?▼

Yes, code review works with common programming languages for refactor inspections, applying to pull requests, diffs, single files, and multi-file changes to detect behavioral regressions and maintainability problems.

What are the limitations of using diff analysis for security audits?▼

Diff analysis for security audits is limited to reviewing the provided code changes, meaning it inspects pull requests, diffs, and multi-file changes but relies entirely on the submitted snippets to identify vulnerabilities and performance pitfalls.