requesting-code-review

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

9|3|Updated May 18, 2026
One-click install
npx skills add https://github.com/jordanhubbard/mac --skill requesting-code-review-jordanhubbard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/jordanhubbard/mac/tree/main/src/mac/_hermes/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/jordanhubbard/mac --skill requesting-code-review-jordanhubbard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, reducing manual effort and improving code quality through automated security scans and quality checks.

Core Features & Use Cases

  • Pre-commit Code Verification: Ensures code passes security scans and quality gates before committing.
  • Static Security Scan: Identifies security risks like hardcoded secrets and injection attacks.
  • Baseline Tests and Linting: Validates code against baseline standards to ensure quality and consistency.
  • Self-review Checklist: Provides a quick reference for common issues before dispatching a reviewer.
  • Independent Reviewer Subagent: Ensures an unbiased assessment of the code changes.
  • Auto-fix Loop: Automatically corrects identified issues with up to two fix-and-reverify cycles.
  • Commit Automation: Simplifies the commit process with a verified prefix indicating a successful review.

Quick Start

Run the 'requesting-code-review' skill before committing code to your 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 scans and quality checks before committing code?

Automating pre-commit code review applies static analysis, security scanning, and baseline linting to your changes. This verifies code safety and quality before committing, reducing manual review effort.

What is the best way to detect hardcoded secrets and injection risks during code review?

Detecting hardcoded secrets and injection attacks is handled by static security scanning. This process identifies security risks automatically, ensuring code passes safety gates before you commit.

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

Yes, an auto-fix loop automatically corrects identified issues during the pre-commit review. It runs up to two fix-and-reverify cycles to resolve problems before finalizing the commit.

Does this code review process require a specific environment to run?

Running the code review requires access to a git repository and the ability to execute scripts for analysis. These scripts perform the static analysis and verification needed for the review.

How does an independent reviewer subagent ensure unbiased code assessment?

An independent reviewer subagent provides an unbiased assessment of code changes by operating separately from the initial auto-fix loop. This ensures objective quality and security verification before dispatch.