requesting-code-review

Automate pre-commit code review by scanning git diffs for security vulnerabilities and quality issues.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill requesting-code-review-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/superfhp/lumi-agent/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/superfhp/lumi-agent --skill requesting-code-review-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of pre-commit code review, ensuring code quality and security before merging into the main repository.

Core Features & Use Cases

  • Security Scan: Identifies hardcoded secrets, SQL injection, and other common security vulnerabilities.
  • Quality Gates: Lints and tests code, ensuring it meets quality standards.
  • Auto-Fix Loop: Automatically fixes detected issues to reduce manual intervention.
  • Independent Reviewer: Utilizes a separate subagent for unbiased code review.
  • Use Case: Before committing changes to a git repository, use this Skill to automatically scan for issues and ensure code quality.

Quick Start

Run the 'requesting-code-review' skill to verify the code changes in the current branch.

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 and code quality?

You can automate pre-commit code review by using a skill that scans git diff output for security vulnerabilities and code quality issues. It integrates with testing and linting tools to ensure changes meet standards before merging into the main repository.

Can I automatically fix detected issues found during a security scan before committing?

Yes, an auto-fix loop can automatically resolve detected issues during a security scan to reduce manual intervention. This ensures hardcoded secrets and SQL injection vulnerabilities are addressed before your code changes are committed.

Does the pre-commit code review process require access to the git repository?

Yes, automating pre-commit code review requires access to the git repository to analyze code changes via git diff. It also requires appropriate testing frameworks and linting tools to execute quality gates successfully.

What is the best way to scan code changes for hardcoded secrets and SQL injection before merging?

The best way to scan code changes for hardcoded secrets and SQL injection is to use an automated pre-commit code review skill. It utilizes a separate subagent as an independent reviewer to identify security vulnerabilities and quality issues.

How does an independent reviewer subagent work for unbiased code review?

An independent reviewer subagent works by analyzing your git diff output separately from your main development environment. This unbiased code review approach identifies security vulnerabilities and quality issues without manual intervention.