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.