requesting-code-review

Run static security analysis, regression tests, and subagent review before code commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents bugs and security vulnerabilities from entering your codebase by enforcing an automated, independent verification pipeline before any code is committed.

Core Features & Use Cases

  • Automated Security Scanning: Detects hardcoded secrets, shell injections, and unsafe deserialization patterns in real-time.
  • Baseline-Aware Quality Gates: Runs linting and test suites to ensure new changes do not introduce regressions compared to the existing project state.
  • Independent Reviewer Subagent: Employs a secondary, isolated AI agent to perform a logic and security audit of the diff, ensuring a fresh perspective on the changes.

Quick Start

Ask the agent to verify your current changes before committing by saying verify my 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 pre-commit security scanning and code review?

Automated pre-commit security scanning and code review is performed by running static analysis, regression testing, and an independent subagent audit on your current changes before version control integration. This prevents bugs and security vulnerabilities from entering your codebase.

What does an independent reviewer subagent do for code verification?

An independent reviewer subagent performs code verification by acting as a secondary, isolated AI agent that audits your diff for logic and security flaws. This provides a fresh perspective on changes before they are committed.

Can I run baseline-aware quality gates to prevent regressions before committing?

Baseline-aware quality gates can be run to prevent regressions by executing linting and test suites against your project's existing state. This ensures new changes do not introduce regressions compared to the current baseline.

Does automated pre-commit verification detect hardcoded secrets and shell injections?

Automated pre-commit verification does detect hardcoded secrets, shell injections, and unsafe deserialization patterns in real-time through static security analysis. This validates secure coding practices before version control integration.

How do I verify my code changes before a git commit?

To verify your code changes before a git commit, you can ask the agent to verify your current changes. The skill then executes static security analysis, regression testing, and independent subagent review as automated pre-commit gates.