Code Review Laravel

🌐Community
by eullercdr · vlatest · Repository

Automates Laravel code reviews, identifying potential bugs, security vulnerabilities, and style inconsistencies based on best practices.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add code-review-laravel npx -- -y @trustedskills/code-review-laravel
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "code-review-laravel": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/code-review-laravel"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides automated code review specifically tailored for Laravel applications. It analyzes PHP code, identifies potential bugs and style inconsistencies, and suggests improvements based on common best practices within the Laravel framework. The tool aims to improve code quality and reduce technical debt by providing actionable feedback.

When to use it

  • Reviewing new feature branches before merging into a main codebase.
  • Identifying potential vulnerabilities in existing Laravel projects.
  • Ensuring consistent coding style across a development team.
  • Automating repetitive code review tasks, freeing up developer time.

Key capabilities

  • Laravel-specific code analysis
  • Bug detection
  • Style consistency checks
  • Suggestion of improvements

Example prompts

  • "Review this Laravel controller for potential issues."
  • "Analyze this migration file and suggest any necessary changes."
  • "Check this model class against Laravel coding standards."

Tips & gotchas

This skill requires a basic understanding of PHP and the Laravel framework to interpret the feedback effectively. The accuracy of suggestions depends on the complexity of the code base and the specific rules configured within the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
eullercdr
Installs
2

🌐 Community

Passed automated security scans.