requesting-code-review

Perform automated pre-commit verification of git diffs through static security analysis and regression testing.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/eng-vmessiah/project-development-skill --skill requesting-code-review-eng-vmessiah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/eng-vmessiah/project-development-skill/tree/main/skills/requesting-code-review
Command: npx skills add https://github.com/eng-vmessiah/project-development-skill --skill requesting-code-review-eng-vmessiah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents bugs and security vulnerabilities from entering your codebase by enforcing a rigorous, independent verification process before any code is committed.

Core Features & Use Cases

  • Static Security Scanning: Automatically detects hardcoded secrets, shell injections, and unsafe deserialization patterns in your diff.
  • Baseline-Aware Quality Gates: Compares your changes against existing project linting and test suites to ensure you only address new regressions.
  • Independent Reviewer Subagents: Employs specialized AI agents to perform two-axis reviews, checking both technical standards and functional specification compliance.

Quick Start

Run the requesting-code-review skill to verify the current staged changes before committing.

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 security scanning for staged git diffs?

Pre-commit static security analysis scans staged git diffs to detect hardcoded secrets, shell injections, and unsafe deserialization patterns before merging. This prevents vulnerabilities from entering the codebase by enforcing rigorous automated verification.

What is baseline-aware regression testing and how does it work with linting?

Baseline-aware regression testing compares your current changes against existing project linting and test suites. This quality gate ensures you only address new regressions introduced by your diff, maintaining project stability without failing on pre-existing issues.

Can I use independent AI agents for functional specification compliance checks?

Yes, independent reviewer subagents perform multi-axis code reviews checking both technical standards and functional specification compliance. These specialized AI agents validate test-driven development adherence and specification requirements before merging.

Does automated code review work for test-driven development validation?

Automated code review supports test-driven development validation by running regression testing and multi-axis specification adherence checks on your changes. It applies static analysis to verify your code meets functional and technical standards before committing.

What are the limitations of static analysis for pre-commit quality gates?

Static analysis pre-commit quality gates are limited to detecting patterns like hardcoded secrets and unsafe deserialization in the current diff. They do not replace runtime testing but serve as an automated baseline to catch regressions and security vulnerabilities before merging.