requesting-code-review

Automate code review with static security scanning, quality gates, and an independent reviewer subagent.

Updated May 8, 2026
One-click install
npx skills add https://github.com/gztcode/my-skills --skill requesting-code-review-gztcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/gztcode/my-skills/tree/main/requesting-code-review
Command: npx skills add https://github.com/gztcode/my-skills --skill requesting-code-review-gztcode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the code review process, including static security scanning, quality gates, and an independent reviewer subagent, to ensure code quality and security before commit.

Core Features & Use Cases

  • Static Security Scan: Identifies security concerns in code changes.
  • Quality Gates: Runs baseline tests and linting to ensure code quality.
  • Independent Reviewer: Assigns a reviewer to provide an unbiased code review.
  • Auto-Fix Loop: Automatically fixes issues reported by the reviewer.
  • Use Case: Run this Skill after code changes to ensure that the code adheres to security and quality standards before committing.

Quick Start

Run the requesting-code-review skill to automatically review your code changes.

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 with static security scanning before a commit?

Automated code review with static security scanning is handled by running this Skill to identify security concerns and enforce quality gates before committing code changes.

What is an independent reviewer subagent and how does it work for code review?

An independent reviewer subagent provides an unbiased code review of your changes, automatically triggering an auto-fix loop to resolve any reported issues and ensure quality standards.

How do I enforce quality gates like linting and baseline tests on code changes?

Quality gates enforcing linting and baseline tests are executed automatically when you run this Skill, verifying that your code changes meet predefined quality and security standards.

Can I automatically fix issues reported by an automated code reviewer?

Yes, the auto-fix loop automatically fixes issues reported by the independent reviewer subagent, resolving security concerns and quality check failures without manual intervention.

Do I need version control integration tools to run a static security scan?

Yes, this automated code review process requires tools for static analysis and version control integration to properly detect security concerns and handle code changes.