requesting-code-review

Run security scans, quality checks, and independent review workflows before git commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents unsafe or low-quality code from being committed by providing a structured pre-commit verification workflow with security checks, testing, and independent review.

Core Features & Use Cases

  • Security Scanning: Detects common risks such as exposed secrets, shell injection, unsafe evaluation, deserialization issues, and SQL injection patterns.
  • Quality Verification: Runs relevant tests and linting checks while comparing results against existing project baselines to identify regressions.
  • Independent Review Loop: Uses a separate reviewer process to validate diffs, identify logic issues, and guide targeted fixes before commits or merges.

Quick Start

Use the requesting-code-review skill to verify my latest code changes before committing them.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run security scans and quality checks on my code changes before a git commit?

You can run pre-commit security scans and quality checks by applying this skill to analyze your diff for exposed secrets, SQL injection, and test regressions before finalizing a git commit.

What is the best way to automate pull request validation for security vulnerabilities and linting regressions?

Automated pull request validation uses diff analysis and static checks to detect security risks like shell injection and deserialization issues, comparing test results against baselines to prevent regressions.

Can I use an independent code review loop to fix logic issues before merging a pull request?

Yes, you can use an independent code review loop where a separate reviewer process validates diffs, identifies logic issues, and guides targeted fixes through remediation loops before merging a pull request.

Does pre-merge validation work for both feature implementation and bug fixes in my existing project?

Pre-merge validation applies to both feature implementation and bug fixes by running linting checks and security scans against your existing project baselines to identify regressions and unsafe patterns.

What specific security scan patterns are detected during static analysis before shipping code?

Static analysis security scans detect exposed secrets, shell injection, unsafe evaluation, deserialization issues, and SQL injection patterns within your code changes before they ship.