What problem does it solve?
This Skill performs structured, fast code reviews to surface security vulnerabilities, correctness bugs, performance regressions, and maintainability problems so teams can fix high-risk issues before they reach production.
Core Features & Use Cases
- Security checks: flag SQL injection, XSS, CSRF, secrets, insecure deserialization, SSRF, and auth/authorization flaws.
- Performance analysis: identify N+1 queries, unbounded loops, expensive allocations, missing indexes, and algorithmic inefficiencies.
- Correctness & Maintainability: detect edge-case omissions, race conditions, error-handling gaps, off-by-one errors, poor naming, duplication, and test coverage issues; always include positive observations.
- Use Case: Run against diffs or pull requests to receive prioritized findings with file and line references and actionable remediation steps for engineers and reviewers.
Quick Start
Review the following pull request diff for security vulnerabilities, performance bottlenecks, correctness bugs, and maintainability improvements and provide prioritized actionable fixes with file and line references.