requesting-code-review

Automate pre-commit code verification with static security analysis and regression checks.

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

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 baseline.
  • Independent Reviewer Subagent: Employs a secondary, isolated AI agent to perform a logic and security audit on your diff, ensuring a fresh perspective on your changes.

Quick Start

Run the requesting-code-review skill to verify your current git changes before committing them to the repository.

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 security checks before committing code?

Automated pre-commit security checks scan your git diff for hardcoded secrets, shell injections, and unsafe deserialization patterns. This skill enforces a verification pipeline that runs static security analysis and quality gates before any code enters the repository.

What is a baseline-aware test regression check?

Baseline-aware test regression checks run your test suites and linting tools to ensure new code changes do not degrade existing project quality. They compare new test results against the established project baseline to prevent regressions from being committed.

Can I use an independent AI reviewer to audit my git diff?

Yes, an independent reviewer subagent can audit your git diff. This skill employs a secondary, isolated AI agent to perform a fresh logic and security review on your changes, providing an automated quality assurance perspective before commit.

Do I need terminal access to run automated pre-commit code review?

Yes, terminal access is required to execute automated pre-commit code review. The process needs to run git commands, language-specific test runners, and static analysis tools directly within your software development environment.

How does automated pre-commit verification handle unsafe code patterns?

Automated pre-commit verification detects unsafe code patterns by performing real-time static security analysis on your changes. It identifies hardcoded secrets, shell injections, and unsafe deserialization to prevent vulnerabilities from entering your codebase.