Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add michaelshimeles/code-review-analyzer
Or install specific skill: npx add-skill https://github.com/michaelshimeles/code-review-analyzer
# Description
A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.
# SKILL.md
name: Code Review Analyzer
description: A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.
Code Review Analyzer
This skill performs thorough code reviews by analyzing your code for best practices, identifying potential bugs, security vulnerabilities, and suggesting improvements for better maintainability and performance.
When to Use
Use this skill when you need to:
- Review code before merging pull requests
- Analyze existing code for potential issues
- Get suggestions for code improvements
- Identify security vulnerabilities
- Ensure adherence to coding standards
- Optimize code performance
- Check for common anti-patterns
Simply paste your code and specify the programming language for a comprehensive review with actionable feedback.
# README.md
code-review-analyzer
A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.
Installation
Add this skill to Claude Code by adding the following to your settings:
{
"skills": [
"https://github.com/michaelshimeles/code-review-analyzer"
]
}
Or use the CLI:
claude skills add https://github.com/michaelshimeles/code-review-analyzer
Usage
This skill will be automatically activated when relevant tasks are detected.
License
MIT
Built with MCP Hub Skill Builder
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.