requesting-code-review

Dispatch a code reviewer subagent to evaluate work against plans.

15|2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/Liuchun-oss/codelf-agent --skill requesting-code-review-liuchun-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Liuchun-oss/codelf-agent/tree/main/resources/skills/requesting-code-review
Command: npx skills add https://github.com/Liuchun-oss/codelf-agent --skill requesting-code-review-liuchun-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatching a reviewer subagent catches issues early, preserving context and preventing cascading defects during subagent-driven development.

Core Features & Use Cases

  • Dispatch a code reviewer subagent to evaluate completed work against its plan or requirements
  • Provide structured feedback with issue severities to guide fixes
  • Integrate with development workflows after tasks, major features, or before merges to main

Quick Start

Dispatch a code reviewer by providing implemented changes and the git range (BASE_SHA..HEAD_SHA) and follow the feedback template to address issues before proceeding.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I automate code reviews before merging a pull request?

A code review subagent evaluates completed work against its plan or requirements after a task. It catches issues early by preserving context and preventing cascading defects during subagent-driven development workflows.

How do I run a code review using a git commit range?

Running a code review with a git range requires providing the BASE_SHA..HEAD_SHA specification to the reviewer subagent. The subagent evaluates the changes within that range and generates structured feedback to address before proceeding.

How does a code review subagent categorize pull request issues?

A code review subagent categorizes pull request issues into Critical, Important, and Minor severities. This structured feedback template guides remediation by prioritizing fixes based on issue impact before merging to main.

When should I dispatch a code reviewer in subagent-driven development?

Dispatch a code reviewer after each task in subagent-driven development, after major features, and before merges to main. This proactive review applies across tasks, refactors, and bug fixes to catch issues early.

Do I need external dependencies to automate code review with a subagent?

Automating code review with a subagent requires no external dependencies. The skill operates independently using base/head git range specification and structured prompt templates to evaluate work against requirements.