review — review setup for improved code quality review, wrongodb, community, review setup for improved code quality, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Code Review Agents needing comprehensive content analysis and quality assurance capabilities. Review is a code analysis skill that evaluates individual files to identify areas for improvement and provides targeted suggestions.

Features

Reviews each individual file for quality improvements
Supports review of uncommitted files, PR diffs, and user-specified files or directories
Provides focused feedback on top 2-3 aspects that need improvement
Offers short, actionable suggestions for code refinement
Enables efficient code review and quality assurance

# Core Topics

gabrielelanaro gabrielelanaro
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The review skill by gabrielelanaro is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for review setup for improved code quality.

Ideal Agent Persona

Ideal for Code Review Agents needing comprehensive content analysis and quality assurance capabilities.

Core Value

Empowers agents to review individual files, provide suggestions, and improve code quality using diff to main, uncommitted, or user-specified files and directories, focusing on top aspects that need to be addressed.

Capabilities Granted for review

Reviewing code changes for quality assurance
Analyzing individual files for improvements
Providing suggestions for code optimization

! Prerequisites & Limits

  • Requires access to files or directories to be reviewed
  • Limited to reviewing individual files or small code changes
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

review

Discover how to efficiently review code changes and improve quality with our AI agent skill. Get started with code review best practices today!

SKILL.md
Readonly

Review

When to use this skill

Use this skill when you need to review changes and improve quality

How to use

Review EACH individual file that is likely in scope to be reviewed (either uncommitted or in the PR, diff to main, depending on context, or the user specified file or directory)

Really focus on the review on what the user intend to get out of it.

At the end select the top 2-3 aspects that need to be addressed and a short suggestion. The user doesn't want to read a whole essay on the PR. Concise-focused suggestions are best. Like a skilled code reviewer would do.

Provide links to the relevant parts of the code for each suggestion so I can quickly jump to the relevant parts.

Limit strictly to the following aspects and criteria:

Criteria

Single responsibility principle (SRP)

  • Does the current file contains a single isolated functionality or is it a mix? Consider splitting it into multiple files if it's not the case.

  • Does the current class contain a single isolated functionality or is it expanding into a god class? Think again on the overall purpose and evaluate how the responsibility can be split.

Dependency injection (DI)

  • Are we doing some weird initialization in the main constructor? Consider accepting dependencies directly by simplifying the main constructor and moving the initialization of its to a separate factory method. Or whether we need the factory method at all (maybe this is internally initialized class and we don't care)

Naming

  • Files: does each file has a clear name that reflects its purpose? Or does it look like a leftover or a hack?

Layout

  • Does the file belong to its location? Does the file belong to this module or specific directory? If not or it's weird consider renames, or repositioning the file in another place.

Simplicity

  • Are we having unnecessary indirection? If a function is just calling another function, consider inlining it.

Consistency

  • Are we duplicating logic that already exists elsewhere in the codebase? Search for similar patterns, helper methods, or services that we should be using instead.
  • Are there other places in the codebase with similar situations where this same logic/fix should be applied? We don't want inconsistency.
  • Check for opportunities to consolidate with existing utilities, concerns, or services.

Comments

  • Do comments explain the "why" and not the "what"? Comments should only be added in confusing parts and explain why this particular decision was made. If the code is clear, it should not need comments, so consider removing them.

Meaningful, tight interfaces

  • Are the interfaces defined meaningful and tight, are they a pleasure to use?
  • Are they too broad or too narrow?
  • Are they redundant?
  • Are they all used outside Are there too many publid methods? 3–7 public methods is a sweet spot.
  • Does it follow ISP, the interface segregation principle?

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is review?

Ideal for Code Review Agents needing comprehensive content analysis and quality assurance capabilities. Review is a code analysis skill that evaluates individual files to identify areas for improvement and provides targeted suggestions.

How do I install review?

Run the command: npx killer-skills add gabrielelanaro/wrongodb/review. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for review?

Key use cases include: Reviewing code changes for quality assurance, Analyzing individual files for improvements, Providing suggestions for code optimization.

Which IDEs are compatible with review?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for review?

Requires access to files or directories to be reviewed. Limited to reviewing individual files or small code changes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add gabrielelanaro/wrongodb/review. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use review immediately in the current project.

Related Skills

Looking for an alternative to review or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI