What problem does it solve?
Prevents defective or insecure code from being pushed by systematically reviewing branch changes for logic errors, security holes, performance regressions, and architecture inconsistencies before merge.
Core Features & Use Cases
- Diff scope analysis: Inspect commit range and file-level diffs to focus review effort and estimate scope.
- Issue classification: Identify logic bugs, unhandled exceptions, security risks (for example SQL injection or hardcoded secrets), performance hotspots, and violations of project architecture.
- Actionable reporting: Produce a severity-tagged findings table with file references, problem descriptions, and suggested fixes; escalate High issues for immediate remediation.
- Use Case: Run this workflow prior to opening a pull request or pushing a feature branch to catch regressions and prevent security incidents.
Quick Start
Run the code-review skill to analyze the current branch diffs against the base branch and produce a severity-tagged table of issues with recommended fixes.