requesting-code-review

Automate pre-commit code verification with static security analysis and subagent review.

7|1|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/paxlabs-inc/ion-agent --skill requesting-code-review-paxlabs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/paxlabs-inc/ion-agent/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/paxlabs-inc/ion-agent --skill requesting-code-review-paxlabs-inc

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, SQL injection, and unsafe code patterns in real-time.
  • Independent Reviewer Subagent: Uses a secondary AI context to perform an unbiased, fail-closed review of your changes.
  • Auto-Fix Loop: Automatically generates and applies fixes for identified issues, ensuring only clean code reaches your repository.

Quick Start

Ask the agent to review your current changes before you commit 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 and security scanning?

Automated pre-commit code review applies static security analysis and baseline-aware quality gates to detect hardcoded secrets and unsafe code patterns before changes are committed to the repository.

What is a baseline-aware quality gate in automated code verification?

Baseline-aware quality gates enforce secure coding standards by comparing new changes against existing code quality levels, ensuring only clean code passes the pre-commit verification pipeline.

Can I use an independent AI reviewer to enforce secure coding standards?

Yes, an independent reviewer subagent uses a secondary AI context to perform an unbiased, fail-closed review of your changes, ensuring strict security compliance before merging.

How do I automatically generate fixes for security vulnerabilities before committing?

An auto-fix loop automatically generates and applies fixes for identified security vulnerabilities and unsafe code patterns, ensuring clean code reaches your repository without manual intervention.

Does pre-commit static analysis detect hardcoded secrets and SQL injection?

Pre-commit static security scanning detects hardcoded secrets, SQL injection, and unsafe code patterns in real-time to prevent vulnerabilities from entering your codebase.