requesting-code-review

Automate pre-commit code review with static analysis, security scanning, and automated fixes.

7|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/kzinmr/ai-topics --skill requesting-code-review-kzinmr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/kzinmr/ai-topics/tree/main/config/hermes/skills/_overrides/requesting-code-review
Command: npx skills add https://github.com/kzinmr/ai-topics --skill requesting-code-review-kzinmr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an automated pre-commit code review process, identifying security issues, quality gates, and potential fixes before code is committed.

Core Features & Use Cases

  • Security Scan: Identifies hardcoded secrets, shell injection, and other security risks.
  • Quality Gates: Lints and tests code for quality issues, including syntax errors and style violations.
  • Auto-Fix Loop: Automatically applies fixes to identified issues, reducing manual intervention.
  • Independent Reviewer: Uses an independent subagent for unbiased code review.
  • Use Case: Before pushing code changes, run this Skill to ensure code quality and security, preventing potential bugs and vulnerabilities.

Quick Start

Run the requesting-code-review skill to verify your code before committing.

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 scanning before a git commit?

You can automate code review before commit by using static analysis, security scanning, and automated fixes to identify hardcoded secrets, shell injection, and quality issues. This pre-commit process prevents potential bugs and vulnerabilities from being committed.

Can I automatically fix syntax errors and style violations found during a pre-commit check?

Yes, an auto-fix loop automatically applies fixes to identified quality issues like syntax errors and style violations. This reduces manual intervention by resolving linting and style framework violations before code is committed.

How does an independent reviewer improve security scans for hardcoded secrets?

An independent subagent performs an unbiased code review to identify hardcoded secrets and shell injection risks. This independent security scanning mechanism evaluates code quality and security without the bias of the original developer.

Do I need specific linting frameworks to run quality gates on my project?

Quality gates utilize various security scanning tools and linting frameworks based on the project language. No specific dependencies are required, as the automated review process adapts to detect syntax errors and style violations for your codebase.

What is the best way to prevent vulnerabilities from reaching my repository?

Running an automated pre-commit code review is the best way to prevent vulnerabilities. It applies static analysis and security scanning to catch hardcoded secrets and quality issues before code changes are pushed, ensuring repository security.