requesting-code-review

Automates pre-commit code review with security scans, quality checks, and independent review.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill requesting-code-review-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/software-development/requesting-code-review
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill requesting-code-review-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the pre-commit code review process, ensuring code quality and security before it is committed to the repository.

Core Features & Use Cases

  • Static Security Scan: Checks for hardcoded secrets, shell injection, and other security risks.
  • Baseline Tests and Linting: Validates code against a baseline and lints for style and syntax issues.
  • Self-Review Checklist: Provides a checklist for developers to quickly review their code before submission.
  • Independent Reviewer Subagent: Calls an independent subagent to review the code without shared context.
  • Auto-Fix Loop: Automatically fixes identified issues and re-verifies the code.
  • Commit Verification: Commits code only if all checks pass.
  • Integration with Other Skills: Can be integrated with other development practices like subagent-driven-development and test-driven-development.

Quick Start

Run the 'requesting-code-review' skill to automatically review your code before committing.

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 and quality?

Automating pre-commit code review involves performing static security scans for hardcoded secrets, running baseline tests, and linting syntax to ensure quality before committing code to the repository.

What is an independent reviewer subagent in automated code review?

An independent reviewer subagent is a mechanism that reviews code without shared context, providing an isolated assessment of security risks and quality issues before the commit verification process.

Can I automatically fix linting and security scan issues before committing?

Yes, an auto-fix loop can automatically fix identified security and linting issues, re-verifying the code against the baseline until all checks pass before committing.

Does automated code review work with test-driven development practices?

Automated code review integrates with test-driven development and subagent-driven development practices, running baseline tests and linting checks alongside independent code reviews before committing.

What security risks does a pre-commit code review check for?

Pre-commit code review performs a static security scan checking for hardcoded secrets, shell injection, and other security risks to ensure code security before committing.

When should I use an automated pre-commit code review?

Use automated pre-commit code review when you need to validate code against a baseline, perform linting, and ensure security scan checks pass before code is committed to the repository.