requesting-code-review

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

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill requesting-code-review-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill requesting-code-review-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, static analysis tool, linting tool, testing framework, 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 by running static scans, applying baseline tests, and using an independent reviewer subagent.

Core Features & Use Cases

  • Pre-commit Verification: Static security scan, baseline-aware quality gates, and independent code review before committing changes.
  • Security Checks: Detects hardcoded secrets, shell injection, and other security vulnerabilities.
  • Quality Checks: Lints code and runs tests against a baseline to identify regressions.
  • Use Case: Before pushing code to a repository, use this Skill to automatically verify that no new security issues or quality regressions have been introduced.

Quick Start

Run the 'requesting-code-review' skill before pushing code to your repository to ensure all quality and security checks are passed.

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

Automated code review before committing changes involves running static analysis and linting tools to detect security vulnerabilities and quality regressions. This process uses a subagent to perform an independent review and apply baseline-aware quality gates to your repository.

What is a pre-commit security scan for hardcoded secrets and shell injection?

A pre-commit security scan is an automated check that detects hardcoded secrets, shell injection, and other vulnerabilities in your code. It runs static analysis before changes are committed, ensuring no new security issues are introduced into the repository.

Do I need git and a testing framework to run automated code reviews?

Yes, you need a git repository to track changes, along with static analysis, linting, and testing framework tools. These dependencies are required to scan for security vulnerabilities, lint code, and run baseline tests to identify regressions.

How does baseline-aware quality testing work during code review?

Baseline-aware quality testing works by running tests against a known baseline to identify regressions during code review. It compares new code changes with existing test results, ensuring that recent modifications do not break current functionality or introduce quality issues.

What's the best way to prevent quality regressions when pushing code to a repository?

The best way to prevent quality regressions when pushing code is to execute an automated pre-commit verification process. This involves linting code, running baseline tests, and using an independent reviewer subagent to ensure no quality issues or security vulnerabilities are introduced.