requesting-code-review

Dispatch a reviewer subagent to validate code before merging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams validate code changes by triggering a structured reviewer subagent that catches issues early and prevents downstream defects.

Core Features & Use Cases

  • Dispatch a reviewer subagent to assess implementation for correctness, quality, and risks.
  • Enforce a formal review workflow after each task, major feature, or bug fix to improve reliability.
  • Provide a guided, multi-step review process (self-review, context gathering, delegation) and actionable feedback.
  • Integrate feedback into the development cycle to avoid regressions and speed up merges.

Quick Start

Dispatch a reviewer subagent to evaluate your implementation and surface issues before merging.

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 before merging code changes?

Automate code review by dispatching a reviewer subagent to validate implementation correctness, quality, and risks before merging. This enforces a structured review workflow that catches issues early and prevents downstream defects.

What is a structured code review workflow and when do I need it?

A structured code review workflow is a multi-step process involving self-review, context gathering, and delegated review. You need it after tasks, major features, or bug fixes to improve reliability and surface critical issues early.

How do I dispatch a reviewer subagent to validate a bug fix?

Dispatch a reviewer subagent to validate a bug fix by triggering the structured review process after the post-bugfix event. The subagent assesses the implementation and provides actionable feedback to prevent regressions.

Can I use a reviewer subagent to get a second opinion on feature implementation?

Yes, you can dispatch a reviewer subagent whenever a second opinion is valuable. It evaluates your feature implementation for correctness and quality, integrating actionable feedback into your development cycle to speed up merges.

Does automated code review replace manual quality checks for software engineering tasks?

Automated code review supplements manual checks by guiding a multi-step process of self-review and delegated assessment. It surfaces critical issues early to avoid regressions, but integrates feedback into the development cycle to speed up merges rather than replacing human oversight.

What are the limitations of using a subagent for code review?

The subagent code review relies on a structured workflow of self-review and context gathering to assess implementation correctness. It is designed to surface critical issues early and provide actionable feedback, but requires integration into your development cycle to effectively prevent downstream defects.