Code Review Analyzer — Security skill for Claude Code
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)
Related Skills
Gsd Code Review
Review source files changed during a phase for bugs, security issues, and code quality problems
Flywheel Audit
Audit the codebase for bugs, security issues, test gaps, and dead code.
Eliniscan
AI full codebase scanner. Opens a separate Claude session for every file — reads every line, misses nothing. F
Forward Pass Nt
Fresh-eyes whole-app audit — walk the codebase start to finish hunting bugs, security issues, stray code, and
PR Reviewer Skill
Comprehensive GitHub PR code review skill for Claude Code. Automates data collection via gh CLI, analyzes agai
Jar Analyzer Claude
Claude Code plugin for Java JAR security audit — 基于 jar-analyzer 的 Claude Code 安全审计插件,构建数据库,AI 深入分析
Related Agents
Source Analyzer
Analyzes C source code for Amiga portability issues. Produces detailed reports classifying every POSIX depende
Perf Reviewer
Performance review specialist that analyzes code for performance anti-patterns and suggests optimizations. Use
Sub-Agent Architecture Reviewer Command
Analyzes system architecture, detects violations, suggests improvements, and generates visual documentation us