code-reviewer

Identify software defects and security issues through structured code review analysis.

44|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/AlekseiUL/agentforge-openclaw --skill code-reviewer-alekseiul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/AlekseiUL/agentforge-openclaw/tree/main/examples/code-reviewer
Command: npx skills add https://github.com/AlekseiUL/agentforge-openclaw --skill code-reviewer-alekseiul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers identify hidden bugs, security issues, architectural weaknesses, and maintainability problems during code reviews without rewriting code unnecessarily.

Core Features & Use Cases

  • Bug Detection: Reviews code for logic errors, edge cases, race conditions, and implementation mistakes.
  • Security Analysis: Checks for vulnerabilities such as injection risks, exposed secrets, and unsafe practices.
  • Use Case: A developer can submit a Python or JavaScript snippet and receive prioritized findings with explanations and concrete improvement suggestions.

Quick Start

Ask the code reviewer skill to review this code for bugs, security issues, and best practice improvements.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I check my source code for security vulnerabilities and bugs?

To check source code for security vulnerabilities and bugs, submit Python or JavaScript snippets to receive prioritized findings with explanations and concrete improvement suggestions. This identifies logic errors, edge cases, and injection risks.

What is structured code review analysis for software engineering?

Structured code review analysis is the systematic evaluation of software defects, vulnerabilities, architecture, performance, and readability. It applies to developer workflows involving source code inspection, quality checks, and engineering feedback.

How do I find race conditions and logic errors in my code?

To find race conditions and logic errors in your code, apply structured code review analysis to your source snippets. This process reviews code for implementation mistakes and edge cases to provide actionable remediation guidance.

Does automated code review work for identifying exposed secrets and unsafe practices?

Automated code review works for identifying exposed secrets and unsafe practices by performing security analysis checks on your snippets. It detects injection risks and provides prioritized findings without rewriting code unnecessarily.

What is the best way to get actionable remediation guidance for architectural weaknesses?

The best way to get actionable remediation guidance for architectural weaknesses is to use a structured code review process. It evaluates maintainability problems and provides concrete improvement suggestions without forcing unnecessary code rewrites.