review

Review code changes for correctness, security, performance, and quality issues.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Conava/claude-devline --skill review-conava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Conava/claude-devline/tree/main/skills/review
Command: npx skills add https://github.com/Conava/claude-devline --skill review-conava

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code changes are thoroughly examined for correctness, security, performance, and overall quality before merging.

Core Features & Use Cases

  • Correctness checks: validates logic, edge cases, and error handling.
  • Security & performance assessment: identifies vulnerabilities and performance bottlenecks.
  • Actionable results: reports issues with file:line references and concrete fix suggestions to guide developers.

Quick Start

Provide the changes you want reviewed (files or commit) and I will begin the in-depth assessment.

Frequently Asked Questions about review

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

FAQPage Schema
How do I perform a code review on uncommitted git changes?

To perform a code review on uncommitted git changes, provide the specific files or staged changes. The review checks correctness, security, performance, and quality, returning file:line issues with fix suggestions.

What is the best way to check code quality before merging?

The best way to check code quality before merging is to assess correctness, security vulnerabilities, and performance bottlenecks. This process reports actionable file:line issues with concrete fix suggestions or returns PASS if criteria are met.

Can I review the most recent git commit for security vulnerabilities?

You can review the most recent git commit for security vulnerabilities if no uncommitted or staged changes exist. The review identifies vulnerabilities, validates logic, and checks error handling, providing file:line references for fixes.

How do I get actionable fix suggestions for performance bottlenecks in my code?

To get actionable fix suggestions for performance bottlenecks, provide your code changes for an in-depth assessment. The review identifies bottlenecks and returns a concise list of file:line issues with concrete fix suggestions to guide developers.

Does the code review process validate edge cases and error handling?

The code review process validates edge cases and error handling through correctness checks. It examines logic, identifies security vulnerabilities, and reports overall code quality issues with specific file:line references and fix suggestions.

When should I use an automated code review instead of manual checks?

You should use an automated code review when you need to thoroughly examine code changes for correctness, security, performance, and overall quality before merging. It provides actionable file:line issues and fix suggestions or returns PASS.