requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the pre-commit code review process, ensuring security and quality before code is committed.

Core Features & Use Cases

  • Security Scan: Checks for hardcoded secrets, shell injection, and other security vulnerabilities.
  • Quality Gates: Ensures code meets baseline quality standards through linting and testing.
  • Independent Reviewer: Utilizes a separate subagent for unbiased code review.
  • Auto-Fix Loop: Offers automatic fixes for certain issues detected during review.
  • Use Case: Before committing code changes, use this Skill to automatically scan for issues and ensure code quality.

Quick Start

Run the skill to initiate a code review for your current 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 pre-commit code review for security and quality?

Automating pre-commit code review requires a tool that scans git diffs for security vulnerabilities and quality issues. This skill runs a separate subagent to identify hardcoded secrets and linting errors, offering an auto-fix loop to resolve detected issues before committing.

What is a pre-commit security scan and how does it work?

A pre-commit security scan checks staged code changes for hardcoded secrets and shell injection vulnerabilities. It works by analyzing the git diff before code is committed, utilizing an independent reviewer subagent to ensure unbiased security and quality gate enforcement.

Does automated code review work with all my code repositories?

Automated code review applies to all code repositories but requires Git integration. It uses Git to perform diff analysis and run tests, ensuring baseline quality standards are met across different projects before any changes are committed.

Can I automatically fix code issues found during a pre-commit review?

You can automatically fix code issues found during a pre-commit review using the auto-fix loop. When the independent reviewer subagent detects security vulnerabilities or quality gate failures, the skill offers automatic fixes to resolve those specific issues.

What is the best way to ensure code quality before committing changes?

The best way to ensure code quality before committing is to use an independent reviewer subagent for unbiased code review. This approach enforces baseline quality standards through automated linting and testing, catching security vulnerabilities and quality issues early.