requesting-code-review

Route code changes to a dedicated code-reviewer subagent for pre-merge quality validation.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sachio222/based-stack --skill requesting-code-review-sachio222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/sachio222/based-stack/tree/main/requesting-code-review
Command: npx skills add https://github.com/sachio222/based-stack --skill requesting-code-review-sachio222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and accelerates code-review requests by providing a structured workflow that ensures feedback is timely, focused, and aligned with project goals.

Core Features & Use Cases

  • Structured request template that captures WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION to guide reviewers.
  • Automated review workflow that dispatches a dedicated subagent to audit changes before merging.
  • Guided feedback and governance with clear escalation guidelines for critical issues.
  • Integration with common development flows (task-driven development, feature branches, major refactors) to catch issues early and keep review cycles efficient.

Quick Start

Dispatch the superpowers:code-reviewer subagent and fill in the required placeholders to trigger a 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 feedback before merging a pull request?

Automate code review by dispatching a dedicated subagent to audit pull request changes before merging, providing traceable baselines and templated feedback to standardize the review workflow.

What is the best way to get focused code review feedback for a major refactor?

For major refactors, focused code review feedback is generated by routing code changes to a reviewer subagent, which provides a production-ready assessment and escalation guidelines to catch cascading issues early.

Can I use a structured template to request a code review for feature branches?

Yes, feature branches use a structured request template capturing WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION to guide the reviewer subagent and align feedback with project goals.

How do I trigger a code review for task-driven development?

Trigger a code review for task-driven development by dispatching the code-reviewer subagent and filling in the required placeholders with your baseline and head commit SHAs to initiate the automated audit.

Does automated pre-merge quality validation work without external dependencies?

Pre-merge quality validation operates without external dependencies by using an internal subagent to apply structured templates and governance guidelines for assessing code changes.

Why should I not rely on manual code reviews for complex feature branches?

Manual code reviews for complex feature branches lack standardized templates and automated traceability, risking delayed feedback and cascading issues that automated pre-merge validation prevents.