code-review

Identify bugs, security vulnerabilities, and quality problems in code diffs.

98|10|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/eth2030 --skill code-review-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jiayaoqijia/eth2030/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/jiayaoqijia/eth2030 --skill code-review-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers quickly spot bugs, security issues, and quality problems introduced by recent code changes, reducing review time and risk.

Core Features & Use Cases

  • Identify bugs, security vulnerabilities, and quality problems across changed files.
  • Assess adherence to project guidelines and safe coding practices.
  • Produce actionable recommendations with severity levels and suggested fixes.

Quick Start

Provide a fast, thorough review of the latest code changes to surface critical bugs and security issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I spot bugs and security vulnerabilities in a pull request diff?

To spot bugs and security vulnerabilities in a pull request, analyze the recent code changes against project guidelines to identify introduced issues. This review process surfaces critical defects and generates actionable findings with severity levels.

Can I assess code quality and safe coding practices across multiple changed files?

You can assess code quality by reviewing changed files across repositories for adherence to safe coding practices. This identifies quality problems and security gaps, producing actionable recommendations for fixing the detected issues.

What's the best way to automate static analysis for local git diffs?

Automating static analysis for local git diffs involves processing the diff data and contextual code to surface quality problems. This approach quickly identifies bugs and security vulnerabilities across various languages during your review.

Do I need project guidelines and contextual code to review recent code changes?

Project guidelines and contextual code are required to effectively review recent code changes. Accessing this data allows the analysis to assess adherence to safe practices and generate accurate severity levels for identified bugs.

How does code review handle severity levels for identified security gaps?

Code review handles security gaps by evaluating the diff data and contextual code to generate actionable findings with severity levels. This prioritization helps developers quickly address the most critical vulnerabilities and quality problems.