requesting-code-review

Dispatch a code-reviewer agent to evaluate code changes before merging.

3|Updated Jul 13, 2020
One-click install
npx skills add https://github.com/nieomylnieja/dotfiles --skill requesting-code-review-nieomylnieja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/nieomylnieja/dotfiles/tree/main/config/agents/skills/requesting-code-review
Command: npx skills add https://github.com/nieomylnieja/dotfiles --skill requesting-code-review-nieomylnieja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the feedback loop by routing task outcomes to a code-reviewer, ensuring critical issues are identified before integration.

Core Features & Use Cases

  • Targeted review requests: Dispatch the code-reviewer agent with a concise scope and rationale.
  • Context-rich feedback: Includes what was implemented, files affected, and constraints to speed up review.
  • Workflow protection: Helps maintain quality before merging to main or release branches.

Quick Start

Dispatch the code-reviewer agent to evaluate the latest changes and provide actionable feedback.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I request a code review before merging changes to a main branch?

To request a code review, you dispatch a code-reviewer agent with a concise scope, rationale, and constraints. This triggers a pre-merge check to evaluate the latest changes and provide actionable feedback before integrating into main or release branches.

What is a targeted code review request and when do I need one?

A targeted code review request routes task outcomes to a code-reviewer agent to catch critical issues before they cascade. You need this during subtask-driven development, major feature work, and pre-merge checks to ensure code quality.

How do I provide context for a code review to speed up feedback?

You provide context for a code review by defining the required inputs: what was implemented, files affected, and constraints. This context-rich feedback mechanism helps the reviewer understand the scope and speed up the evaluation process.

Can I use an automated code review for subtask-driven development workflows?

Yes, you can use an automated code review for subtask-driven development workflows. The skill dispatches a code-reviewer agent to evaluate task outcomes, ensuring critical issues are identified and code quality is maintained before integration.

What's the best way to catch code quality issues before they cascade?

The best way to catch code quality issues before they cascade is to dispatch a code-reviewer agent for pre-merge checks. This routes task outcomes for evaluation, ensuring critical problems are identified early before integration into main branches.