code-review

Analyze Laravel and Vue.js code for security, performance, and maintainability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/GuilhermeSoares009/supplier-eval-system --skill code-review-guilhermesoares009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/GuilhermeSoares009/supplier-eval-system/tree/main/skills/code-review
Command: npx skills add https://github.com/GuilhermeSoares009/supplier-eval-system --skill code-review-guilhermesoares009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review, ensuring adherence to best practices, security standards, performance optimizations, and maintainability, specifically for Laravel and Vue.js applications.

Core Features & Use Cases

  • Automated Code Analysis: Checks for common pitfalls in Laravel (N+1 queries, validation) and Vue.js (reactivity, component design).
  • Best Practice Enforcement: Guides developers on clean code principles, naming conventions, and commenting.
  • Use Case: Submit a new feature's code to this Skill for a comprehensive review before merging, identifying potential issues early.

Quick Start

Use the code-review skill to analyze the provided backend controller code for security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check my Laravel code for security vulnerabilities and N+1 query issues?

To check Laravel code for security vulnerabilities and N+1 query issues, you can use an automated code analysis tool that identifies common backend pitfalls and enforces input validation. It reviews your controllers to ensure adherence to best practices and maintainability standards before merging.

What is the best way to enforce PSR-12 formatting and clean code principles in PHP?

The best way to enforce PSR-12 formatting and clean code principles is through an automated review process that analyzes your PHP codebase for naming conventions, commenting, and structural standards. This ensures continuous adherence to formatting guidelines without manual inspection.

Can I use an automated tool to review Vue.js component design and reactivity?

Yes, you can use an automated code review tool to analyze Vue.js component design and reactivity. It evaluates your frontend architecture for common pitfalls, ensuring your components follow clean code principles and maintainability standards throughout the development cycle.

Does automated code analysis work for both backend controllers and frontend components?

Automated code analysis works for both backend controllers and frontend components. It specifically targets Laravel backend issues like N+1 queries and validation, alongside Vue.js frontend concerns such as reactivity and component design, ensuring comprehensive full-stack coverage.

How do I identify input validation gaps in my Laravel application?

To identify input validation gaps in a Laravel application, submit your backend controller code to an automated analysis tool. It checks for missing validation rules and security vulnerabilities, guiding developers on best practices to secure the application against common threats early.

What are the limitations of using automated code review for Vue.js and Laravel?

The limitations of automated code review for Vue.js and Laravel include its specialization focus. While it excels at detecting N+1 queries, reactivity issues, and formatting standard violations like Prettier, it should complement rather than replace human oversight for complex business logic decisions.