requesting-code-review

Dispatch a reviewer subagent to assess implementation correctness and quality.

228|35|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/kaminocorp/hermes-alpha --skill requesting-code-review-kaminocorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/kaminocorp/hermes-alpha/tree/main/hermes-agent/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/kaminocorp/hermes-alpha --skill requesting-code-review-kaminocorp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill dispatches a reviewer subagent to catch issues before they cascade, improving code quality and safety in software development workflows.

Core Features & Use Cases

  • Integrated review workflow: automatically initiates a structured code-review process after key tasks, features, or merges.
  • Guided evaluation: provides a step-by-step checklist and a consistent feedback format to accelerate approvals.
  • Collaborative feedback loop: ensures actionable insights are captured and acted upon by the development team.

Quick Start

Dispatch a reviewer subagent to evaluate the latest implementation for correctness and quality.

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 in a subagent-driven development workflow?

Automating code review in a subagent-driven workflow involves dispatching a focused reviewer subagent to assess implementation correctness and quality. This enforces a structured process, including self-review, context gathering, and formal reviewer dispatch with a defined output format after key tasks or merges.

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

You should trigger a code review subagent after each task in subagent-driven development, after completing major features, and before merges across software projects. This timing catches issues early and prevents them from cascading, improving overall code quality and safety.

What is the best way to enforce a structured code review process before merging?

The best way to enforce a structured code review process before merging is to dispatch a reviewer subagent that requires self-review, context gathering, and a formal evaluation step. This provides a step-by-step checklist and a consistent feedback format to accelerate approvals.

Does a subagent code review workflow provide a consistent feedback format?

Yes, a subagent code review workflow provides a guided evaluation with a step-by-step checklist and a consistent feedback format. This establishes a collaborative feedback loop to ensure actionable insights are captured and acted upon by the development team.

Can I dispatch a reviewer subagent to catch code issues without manual intervention?

Yes, you can dispatch a reviewer subagent to automatically evaluate the latest implementation for correctness and quality. The integrated review workflow initiates the structured code review process automatically after key tasks or features are completed.

Why use a subagent for code validation instead of manual review?

Using a subagent for code validation catches issues before they cascade by applying a focused, structured review process. It enforces self-review and context gathering before dispatching the formal reviewer, ensuring higher code quality and safety than manual review alone.