Code Review

Review code for correctness, security vulnerabilities, and style issues.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/zhengxuyu/default-talents --skill code-review-zhengxuyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/zhengxuyu/default-talents/tree/main/claude_code_onsite/skills/code_review
Command: npx skills add https://github.com/zhengxuyu/default-talents --skill code-review-zhengxuyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough code examination to ensure software quality, security, and adherence to best practices, reducing the likelihood of bugs and vulnerabilities.

Core Features & Use Cases

  • Bug Detection: Identifies potential errors in logic and syntax.
  • Security Vulnerability Analysis: Scans for common security flaws like injection vulnerabilities or insecure data handling.
  • Style and Convention Check: Ensures code adheres to project-specific formatting and coding standards.
  • Performance Optimization Suggestions: Highlights areas where code could be more efficient.
  • Use Case: A development team can use this Skill to automatically review pull requests, providing immediate feedback to developers before code is merged, thus improving overall code quality and reducing the burden on senior engineers.

Quick Start

Use the Code Review skill to analyze the provided code snippet for potential 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 check my code for security vulnerabilities and bugs?

To check code for security vulnerabilities and bugs, you review code snippets to identify potential errors in logic, syntax, and common security flaws like injection vulnerabilities. This process ensures software correctness and maintainability.

What is the best way to automate code review for pull requests?

The best way to automate code review for pull requests is applying an automated analysis skill that examines correctness, style, and performance bottlenecks. This provides immediate feedback to developers, reducing the manual burden on senior engineers.

How do I ensure my code adheres to project conventions and formatting standards?

To ensure code adheres to project conventions and formatting standards, perform a style and convention check on the codebase. This verifies that the implementation follows project-specific formatting rules and coding standards.

Can I get performance optimization suggestions by analyzing a code snippet?

Yes, you can get performance optimization suggestions by analyzing a code snippet. The review process highlights areas where the code could be more efficient and identifies potential performance bottlenecks during development workflows.

Does automated bug detection work without setting up external dependencies?

Automated bug detection works without external dependencies, directly examining the provided code for correctness and potential issues. It identifies logical and syntax errors inherently within the submitted code snippet.