requesting-code-review

Route code changes to a code-review subagent before merges.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/saajunaid/junai --skill requesting-code-review-saajunaid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/saajunaid/junai/tree/main/.github/skills/workflow/requesting-code-review
Command: npx skills add https://github.com/saajunaid/junai --skill requesting-code-review-saajunaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates early quality checks by routing code changes to a dedicated code-review subagent before merges, helping teams catch issues sooner and reduce downstream rework.

Core Features & Use Cases

  • Dispatches a code-review subagent after each task to review changes
  • Provides structured feedback templates and evaluation criteria
  • Ensures reviews occur before merges in task-driven development
  • Useful for feature work, large refactors, or high-stakes bug fixes

Quick Start

Describe your completed task and request a code-review to trigger the reviewer workflow.

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 a pull request merge?

To automate code review before a merge, this Skill routes code changes to a dedicated subagent for early quality checks. It dispatches the reviewer automatically after task completion to catch issues sooner in your development workflow.

What is the best way to trigger early peer review for feature implementations?

The best way to trigger early peer review for feature implementations is to describe your completed task and request a review. This initiates the reviewer workflow, applying structured templates and evaluation criteria to guide feedback.

Does task-driven development workflow support automated code review subagents?

Yes, task-driven development workflows support automated code review subagents. This Skill integrates directly into such workflows, dispatching a reviewer after each task to ensure peer review occurs before merges.

How do I ensure structured feedback templates are used during a code review?

To ensure structured feedback templates are used during a code review, this Skill applies predefined evaluation criteria and categorization rules. It guides the subagent's feedback to maintain consistency across all reviewed changes.

Can I record base and head SHAs for diffs during automated quality assurance checks?

Yes, you can record base and head SHAs for diffs during automated quality assurance checks. The Skill captures these commit references automatically when routing changes to the code-review subagent to ensure accurate diff tracking.

When should I not use automated code review routing for major refactors?

You should avoid automated code review routing for major refactors if your task lacks clear completion criteria or if the changes do not require structured peer review. The Skill is designed for high-stakes updates where early quality checks add value.