requesting-code-review

Automate pre-commit verification with static security scans and reviewer subagents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/shiftrepo/aws --skill requesting-code-review-shiftrepo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/shiftrepo/aws/tree/main/HermesAgent/skills/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/shiftrepo/aws --skill requesting-code-review-shiftrepo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an automated pre-commit verification pipeline that runs static security checks, enforces baseline quality gates, coordinates an independent reviewer subagent, and supports an auto-fix loop before commits, pushes, or PRs.

Core Features & Use Cases

  • Static security scanning of diffs to identify potential vulnerabilities in staged changes.
  • Baseline-aware quality gates and an independent reviewer subagent to ensure objective review.
  • Auto-fix loop that automatically corrects common issues and re-validates until compliance.
  • Supports integration with Git hooks, PR workflows, and two-stage review pipelines.

Quick Start

Run the pre-commit verification workflow on your staged changes to validate code before merging.

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 and security scanning?

Automating pre-commit code review involves running static security scans, baseline-aware quality gates, and an independent reviewer subagent on staged changes before they are committed or pushed to a remote repository.

What is a subagent-driven code review workflow?

A subagent-driven code review workflow ensures no agent verifies its own work by delegating verification to an independent reviewer subagent with fresh context, preventing biased validation of newly implemented features or bug fixes.

Can I automatically fix code issues before pushing to GitHub?

Yes, an auto-fix loop can automatically correct common issues found during static security scans and quality gate checks, continuously re-validating the staged changes until full compliance is achieved before pushing.

Does the pre-commit verification pipeline work with local Git hooks?

The pre-commit verification pipeline integrates directly with local Git hooks and PR workflows, enabling automated static security scanning and independent subagent reviews natively within standard development environments.

Why use baseline-aware quality gates for static security scans?

Baseline-aware quality gates ensure static security scans only flag new vulnerabilities introduced in the current staged diff, preventing pre-existing code debt from blocking your pre-commit verification and PR workflows.