requesting-code-review

Dispatch a code-reviewer subagent to evaluate changes before merge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and enforces pre-merge code reviews to catch issues early and maintain code quality.

Core Features & Use Cases

  • Dispatches a cadence:code-reviewer subagent to evaluate changes before merge
  • Two-stage review process: spec compliance followed by code quality review
  • Templates and structured feedback to guide reviewers
  • Ensures feedback is actionable and tied to the task at hand
  • Works within subagent-driven development workflows for iterative improvement

Quick Start

Request a formal code review using the cadence:code-reviewer template and include the base and head SHAs.

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 pre-merge code reviews for feature work and major refactors?

Pre-merge code reviews are automated by dispatching a code-reviewer subagent to evaluate changes before merge. This enforces early structured feedback, plan alignment, and code quality checks through a templated review process.

What is a two-stage code review process and how does it check spec compliance?

A two-stage code review process evaluates spec compliance first, then checks code quality. The code-reviewer subagent uses structured templates to ensure feedback is actionable and tied directly to the task plan.

How do I request a formal code review using a template with base and head SHAs?

To request a formal code review, use the cadence code-reviewer template and provide both the base and head SHAs. This dispatches the subagent to document issues and evaluate the changes before merge.

Does this code review workflow work within subagent-driven development environments?

Yes, this code review workflow is designed for subagent-driven development environments. It dispatches a subagent to enforce iterative improvement, plan alignment, and structured feedback before merging changes.

Can I use this structured review process for both feature work and major refactors?

Yes, the structured review process can be applied to feature work, major refactors, or any task ready for peer validation. It enforces code quality checks and documents issues through a templated review process.