code-review

Analyze code diffs and files for security vulnerabilities, coding errors, and performance bottlenecks.

2.9k|342|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/open-gitagent/gitagent-protocol --skill code-review-open-gitagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/open-gitagent/gitagent-protocol/tree/main/examples/standard/skills/code-review
Command: npx skills add https://github.com/open-gitagent/gitagent-protocol --skill code-review-open-gitagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers quickly identify security issues, errors, and adherence to best practices in code changes, reducing review time and improving code quality.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews diffs and files to detect vulnerabilities, coding errors, and performance issues.
  • Standards Enforcement: Checks for naming conventions, error handling, and code style.
  • Use Case: A developer submits a pull request, and this Skill automates the review process, highlighting critical security flaws and code improvements to streamline approvals.

Quick Start

Use the code-review skill to analyze the provided code diff for potential security vulnerabilities and coding issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for pull request security vulnerabilities?

Automate pull request code review by analyzing code diffs and files to identify security vulnerabilities, coding errors, and performance bottlenecks. This highlights critical flaws and improvements, ensuring adherence to security standards and coding best practices.

How do I check my code diff for performance bottlenecks and security issues?

Analyze your code diff and files to check for performance bottlenecks and security issues. This detects vulnerabilities and coding errors while enforcing naming conventions, error handling, and code style standards.

Can I use Python for static analysis to enforce coding standards?

Yes, Python supports static analysis to enforce coding standards by analyzing code diffs and files. This checks for naming conventions, error handling, and code style to ensure adherence to best practices.

What is the best way to identify security vulnerabilities in code changes?

Identify security vulnerabilities in code changes by analyzing code diffs and files for security flaws and coding errors. This ensures adherence to security standards and best practices during software development workflows.

Does automated code review work across various programming languages and frameworks?

Automated code review works across various programming languages and frameworks by analyzing code diffs and files to identify security vulnerabilities, coding errors, and performance bottlenecks for quality assurance processes.

Why does static analysis fail to catch certain coding errors in pull requests?

Static analysis might miss certain coding errors in pull requests if the code diff lacks sufficient context or the performance bottleneck is runtime-specific. Comprehensive code analysis requires examining full files alongside diffs.