code-review

Apply a standardized code review checklist across security, performance, correctness, maintainability, and testing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill code-review-wjlmrzd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/wjlmrzd/OpenClaw-Wren/tree/main/skills/code-review
Command: npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill code-review-wjlmrzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough, methodical guidance for code reviews to surface security, performance, correctness, maintainability, and testing issues early.

Core Features & Use Cases

  • A standardized review framework covering Security, Performance, Correctness, Maintainability, Testing, Accessibility, and Documentation
  • Guidance on severity levels, feedback principles, and anti-patterns to improve consistency and quality
  • Three-pass review process and actionable checklists that can be used on PRs, onboarding, or CI gates
  • Real-world use cases: teams can enforce coding standards and catch regressions before merging
  • Useful for training new reviewers and scaling code quality across projects

Quick Start

Apply the Code Review Checklist to the changes in a pull request to begin the review process.

Frequently Asked Questions about code-review

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

FAQPage Schema
What is a comprehensive code review checklist for pull requests?▼

A comprehensive code review checklist for pull requests evaluates security, performance, correctness, maintainability, and testing. It provides a standardized, role-agnostic framework to surface critical issues early and enforce engineering quality before merging.

How do I standardize code reviews across my engineering team?▼

Standardize code reviews by applying a three-pass review process with actionable checklists. This framework enforces consistent severity levels, feedback principles, and coding standards across all pull requests to improve overall engineering quality and developer learning.

Can I use a structured code review process for onboarding new developers?▼

Yes, a structured code review process is highly effective for onboarding new developers. The comprehensive checklist and role-agnostic guidance train new reviewers on identifying maintainability, security, and correctness issues, scaling code quality across projects.

Does this code review guidance cover security and performance testing?▼

Yes, this code review guidance explicitly covers security, performance, and testing. It provides a thorough review framework to identify vulnerabilities, performance regressions, and testing gaps during pull request evaluations.

What is the best way to catch regressions before merging a pull request?▼

The best way to catch regressions before merging is applying a three-pass code review checklist. This methodology evaluates correctness, maintainability, and testing systematically, ensuring regressions and anti-patterns are caught before integration.

How do I integrate a code review checklist into CI/CD gates?▼

Integrate a code review checklist into CI/CD gates by applying its actionable review criteria to pull request changes. This enforces coding standards and validates security, performance, and correctness automatically before deployment.