requesting-code-review

Automate code review with static analysis and an independent reviewer subagent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires security-tools, quality-tools, reviewer-subagent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process, ensuring code quality and security before changes are committed or merged.

Core Features & Use Cases

  • Pre-commit Verification: Static security scan, baseline-aware quality gates, and an independent reviewer subagent.
  • Auto-Fix Loop: Automated fixing of detected issues before committing.
  • Use Case: Before committing or pushing code, use this Skill to ensure your changes meet security and quality standards.

Quick Start

Run the 'requesting-code-review' skill to verify your code changes before committing.

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 for security and quality before committing?

Pre-commit verification requires static analysis tools for security scanning, quality gate configurations for baseline checks, and a separate reviewer subagent for independent assessment.

What's the best way to run a security scan and quality gate check on a pull request?

An auto-fix loop automatically detects and fixes code issues iteratively before committing, ensuring your changes pass baseline-aware quality gates without manual intervention.

Do I need a separate reviewer subagent for automated code review?

Yes, the automated code review process requires static analysis tools for security scanning, quality tools for baseline checks, and a separate reviewer subagent to operate.

Can I automatically fix detected code issues before pushing changes?

The skill applies to pre-commit and pull request scenarios, running static security scans and quality gates to ensure code changes meet security and quality standards.

What static analysis tools are needed for pre-commit code verification?

Pre-commit code verification requires specific security tools and quality tools to perform static analysis, alongside a reviewer subagent to complete the automated assessment.