What problem does it solve?
This Skill provides a structured, language-agnostic first-pass code review to quickly identify logic errors, operation-ordering risks, bad practices, security exposures such as SQL injection or hardcoded secrets, duplicated magic values, and pattern-level opportunities for clearer abstractions so reviewers can triage and prioritize fixes before deeper language-specific analysis.
Core Features & Use Cases
- Six focused review passes that check for logic errors, operation ordering, bad practices, security issues, magic strings and values, and pattern improvements.
- Flexible input handling supporting single files, git diffs with multiple hunks, and targeted repository exploration only when needed to resolve ambiguous references.
- Actionable, prioritized output that groups findings by severity with location, which pass flagged the issue, a clear description of the problem, and a concrete fix or suggested code change.
- Use case: Paste a pull-request diff to rapidly surface critical bugs, SQL injection risks, and maintainability problems before merging.
Quick Start
Paste the file or git diff you want reviewed and request a language-agnostic first-pass code review with findings grouped by severity.