requesting-code-review

Automate pre-commit verification with security scans, quality gates, and auto-fix.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill requesting-code-review-lucasfth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/lucasfth/config/tree/main/.hermes/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/lucasfth/config --skill requesting-code-review-lucasfth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-commit verification pipeline — static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.

Core Features & Use Cases

  • Static security scan
  • Baseline-aware quality gates
  • Independent reviewer subagent
  • Auto-fix loop Core principle: No agent should verify its own work. Fresh context finds what you miss.

When to Use

  • After implementing a feature or bug fix, before git commit or git push
  • When user says "commit", "push", "ship", "done", "verify", or "review before merge"
  • After completing a task with 2+ file edits in a git repo
  • After each task in subagent-driven-development (the two-stage review) Skip for: documentation-only changes, pure config tweaks, or when user says "skip verification".

This skill vs github-code-review: This skill verifies YOUR changes before committing. github-code-review reviews OTHER people's PRs on GitHub with inline comments.

Core Principle

No agent should verify its own work. Fresh context finds what you miss.

Quick Start

Use after code changes and before committing, pushing, or opening a PR.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I run a pre-commit code review automatically before pushing to git?▼

Automated pre-commit verification runs static security scans, baseline-aware quality gates, and an independent reviewer subagent on your code changes before git commit or push to ensure quality and security.

How does an independent reviewer subagent prevent an AI from verifying its own code?▼

An independent reviewer subagent operates with fresh context to evaluate your code changes, strictly enforcing the core principle that no agent should verify its own work, which helps catch issues missed during initial implementation.

Can I use automated pre-commit verification for documentation-only changes or config tweaks?▼

You should skip pre-commit verification for documentation-only changes, pure config tweaks, or when explicitly requested to skip, focusing the automated security scans and quality gates on substantive code edits.

What is the best way to automate code quality and security checks before a git commit?▼

The best way to automate pre-commit checks is using a pipeline that performs static security scans, baseline-aware quality gates, and an auto-fix loop to detect and resolve issues before merging or pushing code.

When should I trigger an automated code verification and review workflow?▼

Trigger automated code verification after implementing features or bug fixes, after completing a task with two or more file edits in a git repo, or when requesting a review before merge to ensure baseline quality.

Does pre-commit verification support multiple languages and tooling for static security scans?▼

Pre-commit verification supports multiple languages and tooling to execute static security scans, run tests, perform linting, and apply auto-fixes across diverse codebases before committing changes.