requesting-code-review

Automate pre-merge code reviews by dispatching a sub-agent with task details.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill requesting-code-review-onclicklistener2048
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/OnClickListener2048/confluence-mcp/tree/main/.claude/skills/requesting-code-review
Command: npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill requesting-code-review-onclicklistener2048

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated pre-merge code review by orchestrating a dedicated code-reviewer sub-agent to assess changes after task completion, helping ensure submitted work meets quality standards before merging.

Core Features & Use Cases

  • Automatically triggers a code-review pass and returns structured feedback
  • Uses the code-reviewer.md templates to align review points and expectations
  • Seamlessly integrates into development workflows to ensure review is completed before merge

Quick Start

发起审查流程,让 code-reviewer 在任务完成后自动评估变更并给出改进建议。

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 pre-merge code review for pull requests?

Automated pre-merge code review is handled by dispatching a dedicated code-reviewer sub-agent to assess changes post-task completion. It evaluates pull requests using structured templates to ensure quality standards are met before merging into main.

What structured templates are used for evaluating code changes before merging?

Code change evaluation uses templates defined in code-reviewer.md. These templates align review points and expectations, providing structured feedback and ensuring consistent assessment criteria before pull requests are merged into the main branch.

How do I trigger a code-review pass after completing a development task?

Triggering a code-review pass requires using the Task tool to dispatch the reviewer sub-agent. You must provide BASE_SHA, HEAD_SHA, WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, and DESCRIPTION parameters to evaluate the specific task changes.

Does automated code review work with standard git workflows?

Automated code review integrates seamlessly into standard git workflows. It operates post-task completion to provide PR-ready feedback, ensuring that structured evaluation templates are completed before any changes are merged into the main branch.

What do I need to provide when dispatching a code-reviewer sub-agent?

Dispatching the code-reviewer sub-agent requires providing the Task tool with BASE_SHA and HEAD_SHA to identify changes, alongside WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, and DESCRIPTION context to guide the automated pre-merge quality assessment.