requesting-code-review

Automates pre-commit code review with security scanning, linting, and testing for git repositories.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill requesting-code-review-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/software-development/requesting-code-review
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill requesting-code-review-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures code security and quality by automatically scanning for vulnerabilities, running tests, and providing a review process before code is committed.

Core Features & Use Cases

  • Security Scan: Detects hardcoded secrets and potential security vulnerabilities in code.
  • Quality Gates: Lints and tests code to ensure quality standards are met.
  • Pre-commit Review: Automates the process of code review by an independent subagent.
  • Auto-Fix Loop: Attempts to automatically fix detected issues before code is committed.
  • Use Case: Ideal for developers seeking to maintain code quality and security standards in a pre-commit environment.

Quick Start

Run the 'requesting-code-review' skill to verify your changes before committing to your git 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 pre-commit code review for security vulnerabilities?

Automate pre-commit code review by running static analysis and security scans to detect hardcoded secrets. This process ensures code integrity by catching vulnerabilities before code is committed to your git repository.

Can I automatically fix code quality issues before committing to git?

Yes, you can automatically fix code quality issues using an auto-fix loop. This mechanism lints and tests your code, attempting to resolve detected errors automatically before the commit is finalized.

Does the pre-commit security scan require git and python to run?

Yes, the pre-commit security scan requires git and python to run. You must have a configured git repository to enable the automated code verification and independent subagent review process.

What is the best way to enforce quality gates during a pre-commit hook?

The best way to enforce quality gates is by running automated static analysis and tests. This ensures quality standards are met by blocking the commit if linting fails or tests do not pass.