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.
npx claudepluginhub eeplover/claude-plugins-loongThis skill uses the workspace's default tool permissions.
This skill provides comprehensive code review capabilities focusing on:
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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