requesting-code-review

Automate pre-commit code review with security scans, tests, and fixes.

5|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill requesting-code-review-lengoctuong2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/lengoctuong2005/Branding-Focused-Skills/tree/main/antigravity/skills/hermes-collection/software-development/requesting-code-review
Command: npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill requesting-code-review-lengoctuong2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates pre-commit code reviews by scanning for security issues, verifying quality standards, and performing code checks before code is committed to a repository.

Core Features & Use Cases

  • Static Security Scan: Detects potential security risks such as hardcoded secrets, shell injection, and SQL injection in the code.
  • Quality Checks: Ensures adherence to project baseline standards with linting and test framework integration.
  • Independent Review: Assigns an independent reviewer subagent for code quality and security assessment.
  • Auto-Fix Loop: Automatically applies fixes to reported issues up to two cycles.

Quick Start

Run the pre-commit code verification on your local code before pushing to the repository.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
What is an automated pre-commit code review?

An automated pre-commit code review scans commits for security risks like hardcoded secrets and SQL injection, runs baseline tests, and applies automated fixes before code reaches the repository.

How do I run a static security scan before committing code?

Run a static security scan locally before pushing by configuring security gates and static analysis tools to detect shell injection and hardcoded secrets, then execute the pre-commit verification process.

Can I automatically apply fixes to issues found during a code review?

Yes, you can automatically apply fixes to reported issues using an auto-fix loop, which iterates up to two cycles to resolve detected security and quality standard violations.

Does pre-commit code verification work with existing linting and test frameworks?

Yes, pre-commit code verification integrates with existing project linting and test frameworks to ensure adherence to baseline quality standards during the independent review process.

What are the limitations of the automated pre-commit review auto-fix loop?

The auto-fix loop is limited to a maximum of two cycles for applying fixes, meaning complex security vulnerabilities or quality gate failures may require manual intervention if unresolved.