code-reviewer

Analyze code changes and produce a prioritized review report.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dieu-donnee/luxtrax --skill code-reviewer-dieu-donnee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/dieu-donnee/luxtrax/tree/main/.agent/skills/code-reviewer
Command: npx skills add https://github.com/dieu-donnee/luxtrax --skill code-reviewer-dieu-donnee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Analyzes code changes to identify bugs, security vulnerabilities, code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback.

Core Features & Use Cases

  • PR reviews, code quality audits, and refactoring opportunities with comprehensive, actionable feedback.
  • Checks across correctness, performance, maintainability, and test coverage, guided by a detailed Reference Guide and a standard report template.
  • Supports expert-type reviews that complement security- and architecture-focused skills.

Quick Start

Review the given PR by generating a prioritized feedback report that covers code quality, security, and architectural considerations.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request reviews for bugs and security vulnerabilities?

Automate pull request reviews by analyzing code changes to identify bugs, security vulnerabilities, and code smells, then generate a structured report with prioritized, actionable feedback.

What is the best way to detect N+1 queries and architectural issues in my code?

Detect N+1 queries and architectural issues by running static analysis on code changes, categorizing findings by correctness, performance, and maintainability into a standard review template.

Can I use automated code review for large-scale refactoring and architecture validation?

Yes, automated code review scales for large refactoring and architecture validation by evaluating code quality checks across maintainability, performance, and test coverage.

How does static analysis identify code smells and naming issues in a PR?

Static analysis identifies code smells and naming issues by examining code changes against a detailed reference guide, producing categorized, formatted feedback on architectural concerns.

What limitations exist when using automated code review for security and performance checks?

Automated code review focuses on static analysis of code changes, meaning it complements but does not replace dynamic security testing or runtime performance profiling.

Do I need specific dependencies to generate a structured code quality audit?

No specific dependencies are required to generate a structured code quality audit; the analysis applies standard reference guides to produce formatted reports on security and maintainability.