deep-review

Review staged git changes for security, performance, and style issues.

156|37|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/zeuikli/claude-code-workspace --skill deep-review-zeuikli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deep-review
Source: https://github.com/zeuikli/claude-code-workspace/tree/main/.claude/skills/deep-review
Command: npx skills add https://github.com/zeuikli/claude-code-workspace --skill deep-review-zeuikli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps prevent risky or costly code from being merged by running a structured review over the exact staged changes, covering security, performance, and style in one prioritized report.

Core Features & Use Cases

  • Three-dimension parallel review: checks security (injection, auth/authorization issues, sensitive exposure), performance (N+1 queries, async blocking I/O risks, memory leak risks, redundant computation), and style consistency (project conventions, naming, unused imports / dead code).
  • Prioritized actionable output: merges findings into a ranked list with clear severity buckets (Critical, Warning, Info) including file:line references and repair suggestions.
  • Scales to large/high-risk PRs: supports an escalation path to cloud-based multi-agent review via /ultrareview when staged changes are large or security sensitive.

Quick Start

Ask the assistant to run the deep-review skill on your currently staged git changes.

Frequently Asked Questions about deep-review

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

FAQPage Schema
How do I run a security and performance review on staged git changes?▼

To review staged git changes, run a parallel tri-dimensional analysis covering security, performance, and style to compile a prioritized findings list. It classifies issues into Critical, Warning, and Info buckets with file:line references and repair guidance.

What is a multi-agent code review for pre-merge quality gates?▼

A multi-agent code review for pre-merge quality gates executes parallel checks across security, performance, and style consistency. It identifies injection risks, N+1 queries, and dead code, merging findings into a ranked severity list to prevent risky code submissions.

Can I escalate large pull requests to a cloud fleet review?▼

Yes, large or security-sensitive staged changes can escalate to a cloud-based multi-agent review. This specialized cloud fleet review handles extensive pull requests when the standard staged code analysis exceeds typical pre-merge quality gate thresholds.

How does staged code review handle style consistency without rewriting code?▼

Staged code review flags style consistency issues like naming conventions, unused imports, and dead code while avoiding style-only rewrites. It provides repair suggestions within a prioritized findings list, ensuring developers receive actionable feedback without automatic formatting changes.

Does the code review cover async blocking I/O risks and memory leaks?▼

Yes, the code review covers async blocking I/O risks, memory leak risks, and redundant computation during its performance audit. It runs parallel performance checks alongside security and style reviews to generate a comprehensive prioritized report for staged changes.