requesting-code-review

Trigger code-review flows with base and head SHAs for branch changes.

78|6|Updated May 19, 2026
One-click install
npx skills add https://github.com/liu5540/reasonix-skill-powers --skill requesting-code-review-liu5540
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/liu5540/reasonix-skill-powers/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/liu5540/reasonix-skill-powers --skill requesting-code-review-liu5540

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

派遣 code-reviewer 子代理在问题扩散前发现潜在问题,确保工作成果符合要求,同时保留你的上下文。

Core Features & Use Cases

  • 自动触发代码审查以在关键节点检查实现内容、计划和提交范围
  • 针对分支变更、重要功能完成、合并前进行结构化反馈
  • Use Case: 在合并到 main 之前,对最近的改动进行系统性评估

Quick Start

Trigger the code-review flow for the current branch and attach the relevant base and head SHAs along with the implemented changes.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I trigger a code review before merging to main?

Trigger a code review by specifying the base and head SHAs along with the implemented changes for your current branch. This initiates a structured feedback flow that validates your commits and ensures production readiness before merging.

What is the best way to perform structured code reviews on branch changes?

Perform structured code reviews by dispatching a subagent to evaluate implementation content, plans, and commit ranges. This approach categorizes issues by criticality and specifies required artifacts to ensure your branch changes meet quality standards.

Can I automate pre-merge validation for feature development and bug fixes?

Yes, you can automate pre-merge validation by triggering a code-review flow for completed tasks. It assesses feature development and bug fixes across branches, enforcing structured feedback and categorizing issues by criticality before merging.

Does running a code review subagent preserve my current working context?

Running a code review subagent preserves your current working context while identifying potential issues. It dispatches a separate reviewer agent to check your work against requirements, ensuring quality assurance without disrupting your active development session.

What do I need to provide to start a pull request code review?

To start a pull request code review, you need to provide the relevant base and head SHAs along with the implemented changes. This input allows the review flow to systematically assess the commit range and categorize issues by criticality.