requesting-code-review

Run automated code review with security scans and static analysis before commit.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill requesting-code-review-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/519lab/thoth-agent/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/519lab/thoth-agent --skill requesting-code-review-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by integrating static code analysis, quality gates, and an independent reviewer subagent, ensuring security and adherence to coding standards.

Core Features & Use Cases

  • Pre-commit Code Verification: Runs security scans, checks for code quality issues, and suggests automatic fixes before code is committed.
  • Automated Security Scan: Identifies hardcoded secrets, potential vulnerabilities, and other security issues.
  • Quality Gates and Linting: Ensures code quality by comparing against baseline tests and linting tools, flagging new or introduced issues.
  • Independent Reviewer: Utilizes a subagent for unbiased code review, enhancing security and correctness.
  • Auto-fix Loop: Provides automated fixes for certain issues, with up to two rounds of verification.
  • Integration with Workflow: Seamless integration into existing workflows, enhancing the efficiency of software development processes.

Quick Start

Run the "requesting-code-review" skill to start the pre-commit review process for your current 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 and security scanning before committing changes?

Automate code review by running security scans, static analysis, and quality checks on your current changes. This process identifies hardcoded secrets, vulnerabilities, and linting issues before your code is committed.

What is an independent reviewer in an automated code review process?

An independent reviewer is a subagent that performs unbiased code review alongside static analysis. It enhances security and correctness by evaluating code quality without the bias of the original author.

Can I automatically fix code quality issues detected during a pre-commit check?

Yes, the pre-commit verification includes an auto-fix loop. It provides automated fixes for certain detected issues and runs up to two rounds of verification to ensure the corrections pass quality gates.

How do static analysis and quality gates integrate into continuous integration pipelines?

Static analysis and quality gates integrate seamlessly into existing software development workflows. They compare code against baseline tests and linting tools to flag newly introduced issues within continuous integration pipelines.

Does automated code review work without external dependencies or modules?

Yes, the automated code review system operates using internal scripts without requiring external dependencies. It independently handles security scans, quality checks, and subagent reviews.

What are the limitations of the auto-fix loop in pre-commit code verification?

The auto-fix loop in pre-commit code verification is limited to two rounds of automated fixes for certain issues. If problems remain after these verification rounds, manual intervention is required.