requesting-code-review

Dispatch a code-reviewer sub-agent to verify work against defined requirements.

1|1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Free-sss/NLtimer --skill requesting-code-review-free-sss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Free-sss/NLtimer/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/Free-sss/NLtimer --skill requesting-code-review-free-sss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

派遣 code-reviewer 子代理在问题扩散之前对工作成果进行审查,以确保实现符合要求并避免低质量提交。

Core Features & Use Cases

  • 早审查、结构化上下文: 将评估上下文提供给审查者,帮助快速定位问题。
  • 模板化反馈: 通过代码审查模板统一输出 review,便于修复对齐。
  • 前置合规性与合并准备: 在合并前执行完整的评审过程,减少回滚成本。
  • 使用场景: 在新功能完成、关键重构、合并到 main 之前调用审查。

Quick Start

After completing a task, use the Task tool to dispatch the code-reviewer sub-agent and submit the review request following the code-reviewer.md 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 automate code review before merging a pull request?

Automated pre-merge code review dispatches a sub-agent after task completion to verify changes against requirements, evaluate architecture, and highlight critical issues. This standardized feedback template guides necessary fixes before merging to main.

What does a structured code review process check for production readiness?

A structured code review process evaluates code quality, architecture, and tests to identify critical, important, and minor issues. This provides a clear production-readiness assessment to guide fixes before merging.

How do I use a code review template to standardize pull request feedback?

Standardize pull request feedback by submitting a review request through a code-reviewer template. This provides structured context to the reviewer, aligning fixes with the evaluation and ensuring consistent pre-merge compliance checks.

When should I dispatch a code reviewer sub-agent in my workflow?

Dispatch a code reviewer sub-agent after completing a task, such as a new feature or key refactor, before merging to main. This early review evaluates work against defined requirements and prevents low-quality commits.

Does automated code review work for both new features and refactoring?

Automated code review works for both new feature implementation and key refactoring tasks. It compares implemented changes against the plan and evaluates code quality to ensure the work meets defined requirements before merging.