requesting-code-review

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill requesting-code-review-cookeyholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/cookeyholder/django-devcontainer-template/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill requesting-code-review-cookeyholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps ensure code changes are reviewed early and with focused context, reducing risk before merges. It isolates feedback from your session history to maintain focus on the work product.

Core Features & Use Cases

  • Guided request workflow: crafts and dispatches a code-review task to a reviewer with precise context.
  • Context isolation: reviewer doesn’t see your session history, preserving privacy.
  • Before merge guardrails: enables early feedback and risk mitigation prior to main branch updates.

Quick Start

Submit your code change and trigger the reviewer by dispatching the code-reviewer subagent with the prepared context.

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 to main?

Automate code reviews by routing code changes to a dedicated code-review subagent to ensure production-readiness before merging. This isolates feedback from your session history to maintain focus on the work product.

What is context isolation in a code review workflow?

Context isolation in a code review workflow ensures the reviewer subagent evaluates code changes without seeing your session history. This preserves privacy and maintains focus strictly on the work product.

When should I request a code review in subagent-driven development?

Request a code review in subagent-driven development after each task completion, for major features, or before merging to main. This surfaces issues early and reduces risk prior to main branch updates.

How do I format feedback from a code-review subagent?

Format feedback from a code-review subagent using templates in code-reviewer.md. The guided request workflow crafts and dispatches a review task with precise context to structure the feedback.

Do I need the Task tool to integrate a code-reviewer subagent?

Yes, you need the Task tool to integrate a code-reviewer subagent. The workflow requires Task tool integration to dispatch the subagent with prepared context for production-readiness checks.

What are the limitations of isolated context in code reviews?

Isolated context in code reviews limits the reviewer to evaluating only the dispatched code changes without session history. This ensures focused feedback but may require explicit context provision for complex development processes.