dual-review

Analyze code for bugs, security vulnerabilities, and performance issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ironluffy/claude-skills --skill dual-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dual-review
Source: https://github.com/ironluffy/claude-skills/tree/main/skills/dual-review
Command: npx skills add https://github.com/ironluffy/claude-skills --skill dual-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini-cli, and includes scripts (resource) components.

What problem does it solve?

Manual code reviews are time-consuming, prone to human error, and often lack specialized expertise (e.g., deep security knowledge). Getting a second opinion from an AI can significantly enhance code quality and security.

Core Features & Use Cases

  • Comprehensive Code Reviews: Analyze your code for bugs, security vulnerabilities, performance bottlenecks, and overall code quality.
  • Security Audits: Perform deep security analysis with a focus on OWASP Top 10 vulnerabilities and best practices.
  • Performance Analysis: Identify inefficient algorithms, N+1 query problems, memory leaks, and other optimization opportunities.
  • Structured, Actionable Output: Receive prioritized findings with specific fix recommendations and code examples.
  • Use Case: A developer wants a quick, expert security audit on a new authentication module before submitting a pull request, ensuring no critical vulnerabilities are overlooked.

Quick Start

Review src/auth.py focusing on security expecting production-grade authentication