requesting-code-review

Verify code changes with static security scans and quality gates before git commits.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill requesting-code-review-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill requesting-code-review-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Static security scans on diffs and modified files
  • Baseline-aware quality gates to prevent regressions
  • Independent reviewer subagent for objective validation
  • Auto-fix loop to apply safe, automatic improvements

Quick Start

Run the pre-commit verification as part of your git workflow

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

Automate code review before a git commit by running a pre-commit verification pipeline that applies static security scans, baseline-aware quality gates, and an independent reviewer subagent to catch vulnerabilities and quality issues early.

What is a baseline-aware quality gate in a pre-commit workflow?

A baseline-aware quality gate in a pre-commit workflow evaluates code diffs against existing project standards to prevent regressions, ensuring new changes do not degrade established security or quality baselines before pushing code.

Can I automatically fix code vulnerabilities found during a pre-commit scan?

You can automatically fix code vulnerabilities found during a pre-commit scan using an integrated auto-fix loop, which applies safe, automatic improvements to resolve detected issues within the verification pipeline.

How does an independent reviewer subagent validate code changes?

An independent reviewer subagent validates code changes by objectively analyzing diffs and modified files during the pre-commit phase, ensuring static security scans and quality gates are enforced without developer bias.

What's the best way to enforce static security scanning on git diffs before pushing?

Enforce static security scanning on git diffs before pushing by integrating a pre-commit verification pipeline that automatically scans modified files, applies quality gates, and triggers an auto-fix loop for detected vulnerabilities.

Does this pre-commit verification pipeline work without external dependencies?

Yes, the pre-commit verification pipeline operates without external dependencies, utilizing its own independent reviewer subagent and internal auto-fix loop to execute static security scans and baseline checks across git operations.