From claude-plugins-loong
Comprehensive code review with security, performance, and quality analysis. Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-plugins-loong:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive code review capabilities focusing on:
This skill provides comprehensive code review capabilities focusing on:
Security Analysis
Performance Review
Code Quality
Maintainability
This skill includes supporting files that you should read when performing reviews:
templates/review-checklist.md — Structured checklist covering security, performance, quality, and testing. Read this file and use it as a guide to ensure no category is missed during review.templates/finding-template.md — Standard template for documenting individual findings with severity, location, code examples, and impact analysis. Read this file and use its format when reporting issues.scripts/analyze-metrics.py — Python script that calculates code metrics (function count, class count, average line length, complexity score). Run this on the file under review to gather quantitative data.scripts/compare-complexity.py — Python script that compares cyclomatic and cognitive complexity between two versions of a file. Run this with the before and after versions when reviewing refactoring changes.For each piece of code reviewed, provide:
List security vulnerabilities with examples
List performance problems with complexity analysis
List code quality issues with refactoring suggestions
List maintainability problems with improvements
npx claudepluginhub eeplover/claude-plugins-loongScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.