Laravel Quality Checks
Laravel Quality Checks automatically analyzes your codebase for common issues and best practices, boosting code reliability & maintainability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add noartem-laravel-quality-checks npx -- -y @trustedskills/noartem-laravel-quality-checks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"noartem-laravel-quality-checks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/noartem-laravel-quality-checks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs quality checks on Laravel projects. It analyzes code for common errors, adherence to coding standards, and potential vulnerabilities. The tool helps improve code maintainability and reduce technical debt by identifying issues early in the development process.
When to use it
- Code Reviews: Integrate into your existing code review workflow to automate initial quality assessments.
- Continuous Integration (CI): Run checks automatically as part of your CI/CD pipeline to prevent problematic code from being merged.
- New Project Setup: Ensure new Laravel projects start with a strong foundation and consistent coding style.
- Refactoring Existing Codebases: Identify areas for improvement and ensure changes maintain quality.
Key capabilities
- Automated code analysis
- Coding standard enforcement
- Vulnerability detection
- Error identification
Example prompts
- "Run a quality check on my Laravel project's
app/Http/Controllersdirectory." - "Analyze this Laravel code snippet for potential vulnerabilities: [code snippet]"
- "Check the codebase against PSR-12 coding standards."
Tips & gotchas
This skill requires a working Laravel environment to be effective. Ensure that all necessary dependencies are installed and configured before running quality checks.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.