review

Analyzes submitted Python or JavaScript code snippets for common errors and style violations, returning annotated diffs with severity-ranked issues and fix suggestions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code, identifying potential bugs, security vulnerabilities, performance issues, and areas for improvement, ensuring higher code quality.

Core Features & Use Cases

  • Code Analysis: Analyzes code for bugs, security flaws, and performance bottlenecks.
  • Improvement Suggestions: Provides actionable recommendations for code readability, maintainability, and best practices.
  • Use Case: Submit a pull request or a code snippet, and receive a detailed review report highlighting critical issues, major concerns, and minor suggestions.

Quick Start

Use the review skill to analyze the code provided in the current branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to find security vulnerabilities and performance issues?

Automated code review analyzes your codebase to identify security vulnerabilities and performance issues while checking for architectural pattern adherence. It provides actionable feedback on readability, maintainability, and testability without manual inspection.

What is the best way to check frontend code for FSD and Container/Presentational patterns?

Checking frontend code for FSD and Container/Presentational patterns involves analyzing your components against established architectural rules. This ensures proper separation of concerns and provides feedback on structural adherence for better maintainability.

How do I review backend code for transaction integrity and method visibility?

Reviewing backend code for transaction integrity and method visibility requires analyzing your server-side logic against established best practices. This process highlights potential bugs and confirms that data transactions remain secure and methods are correctly exposed.

Can I use an automated code review for a specific pull request or code snippet?

Yes, you can use automated code review for a specific pull request or code snippet. Submitting your code yields a detailed review report highlighting critical issues, major concerns, and minor suggestions for improvement.

Does code review check for best practices like early returns and avoiding code duplication?

Yes, code review checks for best practices like implementing early returns and avoiding code duplication. It analyzes your logic to ensure adherence to established standards, providing recommendations that improve overall readability and maintainability.

What are the limitations of automated code analysis for complex architectural patterns?

Automated code analysis identifies structural deviations and bugs but relies on established patterns like FSD for context. It provides actionable feedback on maintainability, though deeply complex or undocumented domain logic may require additional human interpretation.