requesting-code-review

Scan staged diffs for security vulnerabilities and logic errors before commit.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill requesting-code-review-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill requesting-code-review-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents bugs and security vulnerabilities from entering your codebase by enforcing an automated, independent verification pipeline before any code is committed.

Core Features & Use Cases

  • Automated Security Scanning: Detects hardcoded secrets, shell injections, and unsafe deserialization patterns in your diffs.
  • Independent Reviewer Subagent: Uses a secondary AI agent to perform a blind, fail-closed review of your changes to ensure logic and security integrity.
  • Auto-Fix Loop: Automatically attempts to resolve identified issues using a dedicated fix agent, minimizing manual rework.

Quick Start

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

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?

Automated pre-commit code review scans staged diffs for security vulnerabilities and logic errors using an independent reviewer subagent, preventing bugs from entering your codebase before you commit changes.

What is an independent reviewer subagent for static analysis?

An independent reviewer subagent performs a blind, fail-closed static analysis of your code changes, ensuring logic and security integrity without bias from the original code generation process.

Can I automatically fix hardcoded secrets and shell injections before committing?

Yes, a dedicated auto-fix loop automatically attempts to resolve identified issues like hardcoded secrets and shell injections using a fix agent, minimizing manual rework during pre-commit verification.

How does automated regression testing work for secure coding standards?

Automated regression testing for secure coding standards works by enforcing a subagent-driven pipeline that verifies staged changes against rigorous quality gates before allowing a repository commit.

Does pre-commit verification support unsafe deserialization pattern detection?

Pre-commit verification detects unsafe deserialization patterns by scanning your staged diffs for known security flaws, acting as a fail-closed quality gate to block vulnerable code from being committed.