michaelshimeles

Code Review Analyzer — Security skill for Claude Code

Security community

Agent Skill: A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.

How to install Code Review Analyzer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open michaelshimeles/code-review-analyzer and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Code Review Analyzer does

Agent Skill: A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests improvements.

Alternatives in Security

  • FastAPI Review — Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu 243.5k ★
  • Security Best Practices — Review code for language-specific security vulnerabilities 14.6k ★
  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★

README

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](https://mcphub.io)