Code Reviewer
Skill Verified ActiveCode review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
To streamline the code review process by providing automated analysis of pull requests and source code quality, helping developers identify issues early and maintain high standards.
Features
- Automated PR complexity and risk analysis
- Code quality checks for SOLID violations and smells
- Support for multiple programming languages
- Generation of structured review reports
- Identification of hardcoded secrets and injection patterns
Use Cases
- Reviewing pull requests for potential issues
- Assessing code quality and maintainability
- Identifying security risks in code changes
- Generating prioritized checklists for manual review
Non-Goals
- Performing automated code refactoring
- Replacing manual code review entirely
- Enforcing project-specific coding standards beyond common smells and SOLID principles
Installation
First, add the marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install engineering-team@claude-code-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Coding Standards
100Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Netlify Identity
100Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.
Vue Router Best Practices
100Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
Sentry React Router Framework Sdk
100Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.