Laravel Quality Checks

🌐Community
by noartem · vlatest · Repository

Laravel Quality Checks automatically analyzes your codebase for common issues and best practices, boosting code quality & reducing bugs.

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 laravel-quality-checks npx -- -y @trustedskills/laravel-quality-checks
2

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

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

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

About This Skill

What it does

This skill allows AI agents to perform quality checks on Laravel projects. It can identify potential issues related to code style, security vulnerabilities, and adherence to best practices within a Laravel application. The agent leverages static analysis tools to provide actionable feedback for developers improving code quality.

When to use it

  • Automated Code Reviews: Integrate the skill into your CI/CD pipeline to automatically assess new code changes before merging.
  • Refactoring Existing Projects: Use the skill to identify areas in a legacy Laravel project that need improvement or modernization.
  • Onboarding New Developers: Help onboard new team members by ensuring their code adheres to established coding standards and security guidelines.
  • Pre-Deployment Checks: Run quality checks before deploying your application to production environments, reducing potential risks.

Key capabilities

  • Code style analysis
  • Security vulnerability detection
  • Best practices adherence validation
  • Static analysis tool integration

Example prompts

  • "Run a code style check on the app/Http/Controllers directory."
  • "Identify any potential security vulnerabilities in the routes/web.php file."
  • "Analyze this Laravel project for adherence to PSR coding standards."

Tips & gotchas

The skill requires access to the codebase being analyzed and may require specific dependencies or configurations depending on the chosen static analysis tools. Ensure the agent has appropriate permissions to read and analyze the relevant files.

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
noartem
Installs
12

🌐 Community

Passed automated security scans.