requesting-code-review

Dispatch a code-reviewer subagent to verify implementations against requirements.

1|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/Ramblurr/nix-devenv --skill requesting-code-review-ramblurr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Ramblurr/nix-devenv/tree/main/prompts/skills/requesting-code-review
Command: npx skills add https://github.com/Ramblurr/nix-devenv --skill requesting-code-review-ramblurr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of getting code reviewed, ensuring that implementations meet requirements and adhere to quality standards before merging, thus preventing cascading issues and improving overall code health.

Core Features & Use Cases

  • Proactive Issue Detection: Dispatches a specialized code-reviewer subagent to identify bugs, architectural flaws, and deviations from requirements early in the development cycle.
  • Workflow Integration: Seamlessly integrates into subagent-driven development, plan execution, and ad-hoc development workflows, enforcing review at critical junctures.
  • Use Case: After completing a task to implement a new verification function, you dispatch this Skill to have a code-reviewer subagent check it against the task requirements and identify any potential issues before you proceed to the next task or merge.

Quick Start

Use the requesting-code-review skill to dispatch the code-reviewer subagent for the current changes.

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 merging a feature branch?

Automating code review before merging involves dispatching a specialized subagent to verify implementation against plans and identify bugs. This Skill triggers that process by using git commands to find commit ranges and applying a structured markdown template for the review criteria.

What is a subagent-driven development workflow for quality assurance?

A subagent-driven development workflow for quality assurance dispatches a specialized code-reviewer to check implementations against requirements. It integrates review at critical junctures like task completion or pre-merge checks to prevent cascading issues and improve code health.

How does automated code review verify implementation against requirements?

Automated code review verifies implementation against requirements by dispatching a code-reviewer subagent with a structured markdown template. The subagent checks the current changes against the task requirements to identify architectural flaws and deviations early.

Do I need git to run an automated pre-merge code review?

Yes, you need git to run this automated pre-merge code review. The process requires git commands to identify the specific commit ranges of your current changes, which the code-reviewer subagent then analyzes against the structured template criteria.

When should I request a code review in a development workflow?

You should request a code review in a development workflow at critical junctures like task completion, feature implementation, and pre-merge checks. Dispatching the review at these stages ensures implementations meet requirements and quality standards before proceeding.

Best way to identify bugs and architectural flaws during feature implementation?

The best way to identify bugs and architectural flaws during feature implementation is dispatching a specialized subagent for proactive issue detection. It checks the code against task requirements and structured criteria to catch deviations early in the development cycle.