requesting-code-review

Route code changes to a code-review subagent for structured evaluation.

16|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Marwan78888/Neuron-Cli --skill requesting-code-review-marwan78888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Marwan78888/Neuron-Cli/tree/main/scratch/superpowers-main/skills/requesting-code-review
Command: npx skills add https://github.com/Marwan78888/Neuron-Cli --skill requesting-code-review-marwan78888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates early quality assurance by routing code changes to a dedicated code-review subagent for evaluation. This ensures issues are surfaced promptly and feedback is consistent, while preserving the developer's context for continued work.

Core Features & Use Cases

  • Dispatch a code-reviewer subagent after each task, after completing major features, and before merging to main to generate timely, structured feedback.
  • Provide precise context to the reviewer, including what was implemented, the plan, and relevant git SHAs to improve review quality.
  • Enforce review discipline with standardized prompts and templates.

Quick Start

Dispatch the code-reviewer subagent after completing a task to generate a structured 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 reviews within a subagent-driven development workflow?

Automated code reviews in a subagent workflow route changes to a dedicated subagent for evaluation. This ensures consistent feedback after tasks or before merging, preserving developer context while surfacing issues promptly.

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

A structured code review requires a template containing what was implemented, the plan or requirements, and the base and head git SHAs. Providing this precise context improves the evaluation quality and formal feedback output.

When should I trigger a code review subagent during feature development?

Trigger a code review subagent after completing each task, finishing major features, and before merging to main. This captures timely feedback and enforces review discipline at critical points in the development workflow.

What format does the automated code review feedback follow?

Automated code review feedback follows a formal structure detailing strengths, identified issues, and actionable recommendations. This standardized output ensures consistent quality assurance evaluation across development tasks.

Can I integrate code quality assurance directly into my development process?

Integrate code quality assurance by dispatching a code-reviewer subagent directly into your development process. This enforces review discipline with standardized prompts, generating structured feedback without disrupting your workflow.

Does automated code review work without a predefined template?

Automated code review requires a structured template to function correctly. Without providing the implementation details, plan, and git SHAs, the subagent cannot generate the expected formal review with strengths, issues, and recommendations.