requesting-code-review

Dispatch a reviewer subagent to gather context for structured code-review requests.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/randoneering/nix-flake-mirror --skill requesting-code-review-randoneering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/randoneering/nix-flake-mirror/tree/main/home/programs/opencode/skills/requesting-code-review
Command: npx skills add https://github.com/randoneering/nix-flake-mirror --skill requesting-code-review-randoneering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to initiate focused, repeatable code-review cycles by dispatching a dedicated subagent that reviews work products before they merge.

Core Features & Use Cases

  • Guided review prompts: Provides a structured template and context to reviewers, improving feedback quality.
  • Workflow integration: Fits into task-driven development, feature completion, and pre-merge checks using a Task tool and a code-reviewer template.
  • Real-world scenario: Before merging a major feature, trigger the reviewer to catch design gaps, edge cases, and potential regressions early.

Quick Start

Dispatch the code-reviewer subagent to review your latest changes before merging to main.

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 reviews before merging a pull request?

To automate code reviews before merging, you can dispatch a dedicated reviewer subagent to gather context and evaluate code quality, architecture, and testing. This provides structured, repeatable feedback early in the development workflow.

Can I trigger an automated code review during feature implementation?

Yes, you can trigger an automated code review during feature implementation or task completion. The reviewer subagent evaluates the work product against predefined criteria to catch design gaps and edge cases before merging.

What is needed to set up automated pre-merge code review checks?

Setting up automated pre-merge code review checks requires a Task tool integration with a code-reviewer template. You also need well-defined criteria for evaluating code quality, architecture, and testing.

Does automated code review work with subagents and task tools?

Yes, automated code review works by dispatching a dedicated subagent through a Task tool. The subagent uses a structured template to gather precise context and evaluate the code against your defined quality criteria.

What is the best way to catch design gaps and regressions early in development?

The best way to catch design gaps and regressions early is to request precise code reviews during task completion. Dispatching a reviewer subagent provides guided prompts and structured context to improve feedback quality before merging.

How does a subagent gather context for a code review?

A subagent gathers context for a code review by using a structured template dispatched via the Task tool. This ensures the automated evaluation step has precise context regarding code quality, architecture, and testing criteria.