What problem does it solve?
This Skill performs a comprehensive pre-commit code review of uncommitted changes to identify security vulnerabilities, bugs, performance issues, and code quality concerns before you commit.
Core Features & Use Cases
- Pre-commit validation: Scan staged and unstaged changes to catch issues before they enter the repository.
- 🟡 Severity-based feedback: Classifies findings as 🔴 Critical, 🟡 Warning, or 🔵 Info with actionable remediation guidance.
- Comprehensive Checklist: Aligns with standard checks for security, performance, quality, and error handling; includes guidance from the references.
- Actionable Solutions: Provides concrete fixes and improvement suggestions for each issue to streamline remediation.
- Use Case: Ideal for ensuring code quality in feature branches or before pull requests, preventing regressions.
Quick Start
Run the pre-commit-review skill to analyze your current staged and unstaged changes; review the results and apply suggested fixes before committing.