requesting-code-review

Automate pre-commit code review with security scans and quality checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, terminal, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates code verification by performing security scans, baseline quality checks, and independent code reviews before commiting changes.

Core Features & Use Cases

  • Pre-commit Code Verification: Static scans, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop.
  • Use Cases: Ideal for post-implementation feature or bug fix verification, before git commit or git push, and in a subagent-driven development workflow.

Quick Start

Run the requesting-code-review skill after code changes to ensure quality and security.

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-commit code review with security scanning?

Automate pre-commit code review by running static analysis and security scanning checks before git commit. This triggers an independent reviewer subagent to verify baseline quality and apply automated fixes.

Can I run quality gates and security checks before a git push?

Yes, you can run quality gates and security checks before a git push. The skill performs baseline-aware static scans and delegates tasks to an independent reviewer subagent to ensure code meets rigorous security standards.

Does this code review automation work in a subagent-driven development workflow?

Yes, this code review automation is designed for subagent-driven development workflows. It delegates verification tasks to an independent reviewer subagent and executes an auto-fix loop for any identified quality or security issues.

What tools do I need to run automated code verification and static analysis?

You need git, python, and a terminal environment to run automated code verification. These dependencies support the execution of static analysis, security checks, and the independent reviewer subagent.

What is the best way to auto-fix security issues found during pre-commit checks?

The best way to auto-fix security issues is using an automated review loop that applies fixes after static scanning. The independent reviewer subagent identifies baseline quality gaps and attempts automated fixes before committing changes.

When should I use automated code verification instead of manual review?

Use automated code verification for post-implementation feature or bug fix verification before committing. It is ideal for codebases requiring rigorous security and quality standards, particularly in test-driven development workflows.