code-review-specialist

Analyze code submissions for security, performance, and quality issues.

40.9k|5.0k|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/luongnv89/claude-howto --skill code-review-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-specialist
Source: https://github.com/luongnv89/claude-howto/tree/main/03-skills/code-review
Command: npx skills add https://github.com/luongnv89/claude-howto --skill code-review-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Manual code reviews are time-consuming, prone to human error, and often miss critical issues like security vulnerabilities or performance bottlenecks. This Skill automates the rigorous analysis, ensuring higher code quality and faster development cycles.

Core Features & Use Cases

  • Comprehensive Analysis: Automatically checks for security flaws, performance issues, code quality, and maintainability.
  • Detailed Reporting: Provides actionable feedback with severity, location, impact, and suggested fixes.
  • Use Case: Before merging a pull request, invoke this Skill to get an instant, in-depth review covering security, performance, and best practices, allowing your team to focus on innovation, not nitpicking.

Quick Start

Review the attached Python file 'my_module.py' for security, performance, and code quality issues.

Frequently Asked Questions about code-review-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I automate code review for pull requests?

Automated code review analyzes pull requests to identify security vulnerabilities, performance bottlenecks, and quality issues without manual effort. This Skill applies template-driven analysis across languages and project sizes, delivering structured feedback with severity levels and remediation guidance before merge.

What security and performance issues does automated code review detect?

Security analysis identifies vulnerabilities and risky patterns; performance profiling spots optimization opportunities and inefficiencies; maintainability assessment flags code quality concerns. Findings include location, impact, and suggested fixes prioritized by severity.

Can I use automated code review across different programming languages?

Yes, this Skill provides language-agnostic security, performance, and quality analysis. It applies consistent templates and structured feedback to pull requests and static review requests regardless of the codebase's programming language.

How does automated code review reduce development cycle time?

Instant in-depth analysis replaces time-consuming manual review, catching critical issues immediately. Teams receive actionable feedback with recommended fixes, enabling faster merge decisions and reducing back-and-forth iteration cycles.

What's included in the detailed reporting from code review analysis?

Reports provide findings with severity classification, exact code location, issue impact assessment, and suggested remediation steps. Output follows structured templates for consistent presentation across security risks, performance concerns, and maintainability gaps.