requesting-code-review

Dispatch a subagent to review code quality and correctness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of getting code reviewed, catching bugs, and ensuring adherence to quality standards before code is merged, preventing issues from reaching production.

Core Features & Use Cases

  • Systematic Review: Dispatches a subagent to perform a thorough review based on a defined checklist.
  • Context Gathering: Automatically collects relevant information like changed files and commit history.
  • Use Case: After implementing a new user authentication feature, you can use this skill to have an AI subagent review the code for correctness, security, and adherence to project conventions before merging it into the main branch.

Quick Start

Use the requesting-code-review skill to dispatch a reviewer subagent to review your latest code changes.

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 a git merge?

To automate code review before a git merge, this Skill dispatches a subagent to validate code quality, correctness, and requirement adherence based on a defined checklist, preventing issues from reaching production.

What is the best way to validate code quality after implementing a feature?

Validating code quality after feature implementation is handled by dispatching a reviewer subagent that automatically gathers changed files and commit history to perform a thorough, systematic review for correctness and security.

Can I use this code review subagent for bug fix verification?

Yes, you can use this code review subagent for bug fix verification, as it supports post-feature implementation validation and systematic quality assurance to detect issues early in your software development workflow.

Does the automated code review process require manual context gathering?

No, the automated code review process does not require manual context gathering because it automatically collects relevant information like changed files and commit history to execute the validation workflow.

What are the limitations of using a subagent for quality assurance?

The limitations of using a subagent for quality assurance include relying entirely on the defined checklist logic and automatically gathered context, meaning complex architectural issues outside the changed files may not be fully detected.