open-code-review

Analyze Git changes and generate line-level review comments with the ocr CLI.

5|Updated May 2, 2026
One-click install
npx skills add https://github.com/vanducng/skills --skill open-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-code-review
Source: https://github.com/vanducng/skills/tree/main/skills/open-code-review
Command: npx skills add https://github.com/vanducng/skills --skill open-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the review of Git changes by providing structured, line-level feedback using the ocr CLI for code quality, security, and style improvements.

Core Features & Use Cases

  • Line-level review: generates precise comments on altered lines with suggested fixes.
  • PR and diff support: reviews commits, pull requests, staged/unstaged changes, and branch comparisons.
  • Quality checks: detects bugs, security vulnerabilities, performance issues, and code quality concerns.

Quick Start

Run the code review on a git diff or PR to obtain actionable line-level feedback and suggested fixes.

Frequently Asked Questions about open-code-review

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

FAQPage Schema
How do I automate code review on Git changes and pull requests?

Automating code review on Git changes involves analyzing commits, pull requests, and diffs to produce structured, line-level feedback. This approach surfaces bugs, security vulnerabilities, and performance issues, generating actionable review comments with suggested fixes directly on altered lines.

Can I get line-level comments on a Git diff for code quality improvements?

Yes, you can get line-level comments on a Git diff to identify code quality improvements. By analyzing the changes, the review process generates precise comments on altered lines, detecting bugs, security vulnerabilities, and style issues while providing suggested fixes for each problem.

Do I need a specific tool to run AI code review on my branch comparison?

Yes, running AI code review on a branch comparison requires the ocr CLI tool and a configured LLM. These prerequisites enable the analysis of Git changes to output structured feedback and suggested automated fixes across your codebase modifications.

What is the best way to review staged and unstaged changes for security vulnerabilities?

The best way to review staged and unstaged changes for security vulnerabilities is using an automated AI review process. It analyzes Git diffs and branch comparisons to detect security concerns, generating structured line-level feedback with suggested fixes to resolve issues.

Does AI code review work with both commits and pull requests?

Yes, AI code review works with both commits and pull requests. It analyzes various Git changes including staged, unstaged, and branch comparisons, applying line-level review comments to surface bugs, performance issues, and code quality concerns across all modification types.

Why does my automated code review fail to produce line-level comments?

Automated code review fails to produce line-level comments if the ocr CLI tool is missing or the LLM is not properly configured. These components are required to analyze Git changes and generate structured feedback with suggested fixes on altered lines.