requesting-code-review

Dispatch a code-reviewer subagent to request code reviews with structured guidelines.

6|Updated Mar 24, 2019
One-click install
npx skills add https://github.com/rafifos/dotfiles --skill requesting-code-review-rafifos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/rafifos/dotfiles/tree/main/dot_agents/skills/requesting-code-review
Command: npx skills add https://github.com/rafifos/dotfiles --skill requesting-code-review-rafifos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches a code-reviewer subagent to catch issues early by providing precisely crafted context while preserving your session history, ensuring reviewers focus on the work product.

Core Features & Use Cases

  • Mandatory and optional guidelines for when to request reviews (after each task, after completing major features, before merge) with clear placeholders and a defined feedback workflow.
  • Step-by-step guidance on how to request a review, including how to construct the review request and how to act on feedback.
  • Templates and examples to standardize reviews and improve traceability across tasks.

Quick Start

Request a code review using the code-reviewer subagent for your latest task 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 a code review request before merging a pull request?▼

You can automate a code review request by dispatching a code-reviewer subagent with precise context to evaluate the work product. This protects your session history and enforces a structured checklist for safer merges.

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

Request a code review after completing each task, finishing major feature work, or running pre-merge checks. Mandatory and optional guidelines define these triggers to ensure issues are caught early and traceability is maintained.

How do I act on feedback from an automated code review?▼

Act on code review feedback by following the defined feedback workflow provided to the subagent. This structured process ensures all feedback is tracked, addressed, and verified against a production-readiness checklist.

Does requesting a code review clutter my session history with subagent context?▼

Requesting a code review protects your session history by isolating the context within a dispatched code-reviewer subagent. This ensures the main session remains clean while the subagent handles the heavy contextual analysis.

What is the best way to standardize quality assurance checks for production readiness?▼

The best way to standardize quality assurance checks is applying a code-reviewer template with a structured checklist. This ensures reviews are thorough, trackable across tasks, and meet production-readiness requirements.