requesting-code-review

Automate pre-commit code verification with security scans and independent review.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill requesting-code-review-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/srivtx/supercharger-opencode/tree/main/engineering/requesting-code-review
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill requesting-code-review-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review process before commit, identifying security concerns and enforcing quality standards.

Core Features & Use Cases

  • Pre-commit Code Verification: Conducts security scans, quality checks, and an independent code review before code is committed.
  • Automated Tasks: Includes static scans for secrets, shell injection, dangerous eval/exec, and unsafe deserialization; baseline tests and linting for various programming languages; self-review checklist.
  • Integration with Subagents: Uses the delegate_task function for an independent code review by a subagent.

Quick Start

Run 'git diff --cached' to check your code for changes and use this skill before committing your 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 pre-commit code review and security scans?

Pre-commit code verification automates security scans, baseline testing, and an independent code review before changes are committed to the codebase. It uses subagents to enforce code quality and security by requiring a fresh, independent review.

What does a pre-commit hook check for in continuous integration?

Continuous integration pre-commit hooks check for hardcoded secrets, shell injection, dangerous eval/exec, and unsafe deserialization. They also perform baseline tests and linting across various programming languages to ensure codebase integrity.

How do I run a fresh independent code review before committing?

Run a fresh independent code review before committing by using the delegate_task function to assign the review to a subagent. Execute 'git diff --cached' to check your code for changes and trigger this automated verification process.

Does pre-commit quality assurance work with any programming language?

Pre-commit quality assurance performs baseline tests and linting for various programming languages. It is designed for continuous integration workflows with emphasis on security, code quality, and integrity checks across your codebase.

Why use an independent code review in pre-commit verification?

Use an independent code review in pre-commit verification to ensure code quality and security by requiring a fresh perspective. This automated task identifies security concerns and enforces quality standards before changes are committed.