What problem does it solve?
A fast, language-agnostic first-pass code review that surfaces logic errors, ordering faults, security risks, magic values, and pattern-level maintainability issues before spending time on language-specific or deep reviews. It helps teams and reviewers catch high-impact defects and risky practices early in the development cycle so changes merged are safer and easier to maintain.
Core Features & Use Cases
- Six review passes covering logic errors, operation ordering, bad practices, security, magic strings/values, and pattern improvements to ensure broad coverage across languages.
- Flexible input handling for single files, multi-hunk git diffs, or lightweight repository exploration to resolve external references without indiscriminately reading unrelated files.
- Actionable output that groups findings by severity and provides exact locations, why the issue matters, which review pass flagged it, and concrete fixes or corrected snippets.
- Use Case: Run on a pull request diff to quickly identify critical security or logic faults and produce a prioritized list of fixes for the author.
Quick Start
Ask the skill to review the provided file or diff and return grouped findings by severity with actionable fixes.