agent-code-reviewer

Review code for correctness, security, performance, and test coverage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill agent-code-reviewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-code-reviewer
Source: https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code/tree/main/skills_tree/agent-code-reviewer
Command: npx skills add https://github.com/seqis/OpenClaw-Skills-Converted-From-Claude-Code --skill agent-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code not only looks correct but actually works, focusing on correctness, safety, and adherence to best practices.

Core Features & Use Cases

  • Code Quality Review: Analyzes code for logic errors, security vulnerabilities, performance issues, and adherence to coding standards.
  • Test Validation: Verifies test coverage and proper test patterns.
  • Use Case: Submit a pull request for review to ensure all code changes are robust, secure, and meet quality standards before merging.

Quick Start

Use the agent-code-reviewer skill to review the code changes in the current git repository.

Frequently Asked Questions about agent-code-reviewer

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

FAQPage Schema
How do I review code for correctness and security vulnerabilities before merging?▼

To review code for correctness and security, you can use an automated reviewer that enforces an "Actually Works" protocol, validating logic, security, performance, and test coverage before approval.

Can I use an automated code reviewer to verify test coverage and TDD methodologies?▼

Yes, an automated code reviewer can verify test coverage and validate adherence to systematic debugging and TDD methodologies by requiring execution and testing of actual functionality.

What does it mean to enforce an "Actually Works" protocol during a code review?▼

Enforcing an "Actually Works" protocol means the code review validates that the functionality executes correctly and passes testing, rather than just appearing syntactically correct or logically sound on the surface.

How do I check a git repository pull request for logic errors and performance issues?▼

You can check a git repository pull request by submitting it to a code quality review process that analyzes code changes for logic errors, performance issues, security vulnerabilities, and adherence to standards.

Does an automated code reviewer require actual execution and testing of functionality before approval?▼

Yes, this automated code reviewer requires actual execution and testing of functionality before approval, ensuring the code changes are robust, secure, and meet quality standards.

What is the best way to ensure code safety and quality assurance in software engineering?▼

The best way to ensure code safety and quality assurance is to validate test coverage, debug systematically, and analyze code for security vulnerabilities and performance issues prior to merging.