code-review

Analyze code diffs and commits to identify bugs, security flaws, and style deviations.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/del-zhenwu/chaos-agent --skill code-review-del-zhenwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/del-zhenwu/chaos-agent/tree/main/agent-core/.agents/skills/code-review
Command: npx skills add https://github.com/del-zhenwu/chaos-agent --skill code-review-del-zhenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing code changes, providing clear and actionable feedback to improve code quality and security.

Core Features & Use Cases

  • Automated Review: Analyze code diffs or specific commits to identify bugs, security issues, and style inconsistencies.
  • Context-Aware Feedback: Read full files being modified to provide comprehensive, accurate suggestions.
  • Use Case: A developer submits a pull request and needs a detailed review for bugs and security risks, which this Skill can automatically generate.

Quick Start

Use the code review skill to analyze the latest changes in your GitHub pull request for potential 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 a GitHub pull request?

Automated code review for a pull request analyzes diffs and commits to identify bugs, security flaws, and style deviations. It reads full files being modified to provide context-aware, actionable feedback that improves overall code quality.

What is automated security analysis for code diffs?

Automated security analysis for code diffs scans submitted changes to detect potential vulnerabilities and security flaws. It reviews the specific commits within a pull request to ensure new modifications do not introduce risks before merging.

Can I detect bugs and style deviations in specific git commits?

Yes, you can detect bugs and style deviations in specific git commits by analyzing the code changes. The review process examines the diff and the full modified files to pinpoint potential bugs and highlight style inconsistencies accurately.

Does automated code review read the full file context or just the diff?

Automated code review reads the full file context being modified, not just the diff. Reading the entire file ensures the analysis is context-aware, allowing it to provide comprehensive and accurate suggestions for potential issues.

What's the best way to find security flaws in a codebase pull request?

The best way to find security flaws in a pull request is to perform a comprehensive code review. This process analyzes the pull request details and diffs across the codebase to automatically identify security risks and potential bugs.

When do I need automated pull request review instead of manual checking?

You need automated pull request review when a developer submits changes and requires a detailed, reliable analysis for bugs and security risks. It streamlines the process by generating clear feedback automatically, saving manual review effort.