code-review

Review code diffs and PRs for security, performance, and correctness issues.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/lilbom32/ketnoitrithuc --skill code-review-lilbom32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lilbom32/ketnoitrithuc/tree/main/.claude/skills/engineering/1.1.0/skills/code-review
Command: npx skills add https://github.com/lilbom32/ketnoitrithuc --skill code-review-lilbom32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured code reviews that systematically identify security vulnerabilities, performance bottlenecks, correctness gaps, and maintainability issues across diffs, PRs, files, or pasted snippets.

Core Features & Use Cases

  • Security review: identify threats like authentication flaws, secrets leakage, and insecure deserialization.
  • Performance and correctness: detect N+1 queries, race conditions, edge cases, and error handling gaps.
  • Maintainability: flag poor naming, duplication, lack of tests, and unclear logic; provide actionable remediation notes.

Quick Start

Provide a code snippet or PR diff for analysis and receive a prioritized remediation plan.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code for security vulnerabilities and performance issues in a PR diff?

Code review systematically analyzes diffs to identify security vulnerabilities, performance bottlenecks, and correctness gaps. It returns actionable findings with file and line references, providing a prioritized remediation plan you can implement immediately.

What is the best way to check pasted code snippets for maintainability concerns and correctness gaps?

Reviewing code for maintainability flags poor naming, duplication, and unclear logic while checking for edge cases and error handling gaps. This process delivers structured recommendations with clear remediation steps to improve overall code structure.

Can I use static analysis to detect N+1 queries and race conditions across different programming languages?

Yes, code review applies static analysis across languages to detect performance issues like N+1 queries and correctness gaps like race conditions. It processes pasted files or PRs to deliver structured recommendations suitable for immediate implementation.

Does this code review process work on existing files or only on new pull request diffs?

Code review works on both new pull request diffs and existing pasted files across languages. You provide the code snippet or PR diff for analysis and receive a prioritized remediation plan addressing security, performance, and maintainability.

How do I identify authentication flaws and secrets leakage in my source code?

Code review identifies security threats like authentication flaws and secrets leakage by applying static analysis to your provided code. It returns actionable findings with specific file and line references along with clear remediation steps.