requesting-code-review

Review code changes against project requirements using a template-driven checklist.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill requesting-code-review-xianmingyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill requesting-code-review-xianmingyao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently enforce code quality by standardizing how developers request and conduct reviews, helping catch issues early before merging.

Core Features & Use Cases

  • Structured code-review prompts and templates to ensure consistency
  • Template-driven checks and guidance for reviewers
  • Pre-merge gating and integration with task/workflow plans

Quick Start

Review the latest code changes against the project requirements using the review template.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I standardize code reviews before merging?

Pre-merge code review uses template-driven checks to analyze git diffs and classify issues. It ensures code changes meet project requirements and assesses production readiness before merging, applicable to single-flow and batch workflows.

What is a checklist-based code review process?

A checklist-based code review applies structured templates to verify code changes against project requirements. It guides reviewers through diff analysis and issue classification to ensure production readiness.

How do I review git diffs for production readiness?

Review git diffs for production readiness by applying a template-driven checklist to analyze code changes. This process classifies issues and verifies that the implementation meets all project requirements before merging.

Can I use a code review template for batch workflows?

Yes, you can use a code review template for batch workflows. The template-driven review process is applicable across both single-flow and batch workflows to enforce pre-merge gating and quality checks.

When do I need a pre-merge code review?

You need a pre-merge code review after completing each task or major feature implementation. It acts as a gating check to analyze diffs, classify issues, and ensure production readiness before changes are merged.