code-reviewer

Enforce a standardized code review checklist across local diffs and pull requests.

5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/best/openclaw-skills --skill code-reviewer-best
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/best/openclaw-skills/tree/main/code-reviewer
Command: npx skills add https://github.com/best/openclaw-skills --skill code-reviewer-best

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill standardizes the code review process, ensuring that all code, whether AI-generated or human-written, meets a defined quality bar before merging.

Core Features & Use Cases

  • Automated Checklist Enforcement: Applies a consistent set of checks for type safety, error handling, security, and more.
  • Dual Workflow Support: Works seamlessly for pre-commit local diff reviews and for automated PR reviews.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag code that doesn't meet your team's standards, preventing bugs and improving maintainability.

Quick Start

Run code-reviewer to check the current local changes against the defined quality checklist.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for pull requests?

Automated code review for pull requests is enforced by validating changes against a standardized checklist covering type safety, error handling, security, and test coverage to flag code for revisions or merging.

What checks should a CI/CD quality gate include for AI-generated code?

A CI/CD quality gate for AI-generated code should include checks for type safety, error handling, resource cleanup, API consistency, test coverage, build status, security, and idempotency to ensure a defined quality bar.

Can I run an automated code review on local diff changes before committing?

Yes, automated code review supports dual workflows, allowing you to run standardized quality checks on local diff changes before committing as well as on pull requests.

How does automated code review handle merging decisions?

Automated code review handles merging decisions by validating code against quality criteria and automatically flagging it for revisions if it fails, or allowing merging if the review outcome passes.

Does automated code review work without external dependencies?

Yes, automated code review works without external dependencies, using internal scripts and references to enforce the checklist across local diff and pull request workflows independently.

When should I use an automated code review checklist?

You should use an automated code review checklist whenever you need to standardize the code review process, ensuring both human-written and AI-generated code meets a consistent quality bar before merging.