requesting-code-review

Route code changes to a code-review subagent for prioritized assessments.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/sixscripts-ai/ghostssh --skill requesting-code-review-sixscripts-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/sixscripts-ai/ghostssh/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/sixscripts-ai/ghostssh --skill requesting-code-review-sixscripts-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch and enforce quality assurance by routing code changes to a dedicated code-review subagent to catch issues early and prevent cascading defects.

Core Features & Use Cases

  • Dispatch a focused code-reviewer subagent to evaluate task results against the plan and implemented changes.
  • Provide structured, actionable feedback with a clear severity taxonomy and remediation steps.
  • Integrate review findings into the development workflow to prevent regressions and promote maintainable code.

Quick Start

Dispatch the code-reviewer subagent with the relevant base and head SHAs and the summary of changes to trigger a focused review.

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 after finishing a development task?

To automate code review, route your code changes to a dedicated subagent that evaluates task results against the plan. This process catches issues early and prevents cascading defects before merging to main.

What context do I need to provide for a structured code review?

A structured code review requires WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. Providing this context ensures the reviewer subagent produces a thorough, prioritized assessment of your changes.

When should I run an automated code review in my workflow?

You should run an automated code review after completing tasks, after major feature completions, or before merging to main. This timing ensures quality assurance checks catch issues early in the development cycle.

How does a subagent code review prevent regressions?

A subagent code review prevents regressions by evaluating your implemented changes against the original plan and dispatching actionable feedback with a clear severity taxonomy and remediation steps.

What is the best way to dispatch a focused code review?

The best way to dispatch a focused code review is to route your base and head SHAs along with a summary of changes to a dedicated code-reviewer subagent, triggering a focused evaluation of your code.