What problem does it solve?
This Skill provides a structured, pre-commit review of local uncommitted git changes that surfaces high-impact bugs, security vulnerabilities, and contract or testing regressions before code enters version history.
Core Features & Use Cases
- Parallel specialist agents - Coordinates multiple focused reviewers (security, bug detection, code quality, contracts, test coverage, historical context) to analyze changes in parallel and aggregate findings.
- Staged vs unstaged differentiation - Uses git status and diff commands to distinguish and report whether issues are in staged or unstaged changes so the developer knows what is ready to commit.
- Impact and confidence scoring with filtering - Assigns impact and confidence scores to findings, applies a configurable minimum-impact cutoff and progressive confidence thresholds, and can output results as structured JSON for CI consumption.
- Use Case - Run a pre-commit audit to catch security holes and high-severity bugs in a feature branch before pushing or opening a pull request.
Quick Start
Run a comprehensive review of all staged and unstaged changes focusing on security and performance and return results in JSON.