0070-laravel-quality-checks

Run Pint, PHPStan or Psalm, tests, and frontend lint checks for Laravel apps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MrJmpl3/codex_____data_____configuration --skill 0070-laravel-quality-checks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 0070-laravel-quality-checks
Source: https://github.com/MrJmpl3/codex_____data_____configuration/tree/main/skills/0070-laravel-quality-checks
Command: npx skills add https://github.com/MrJmpl3/codex_____data_____configuration --skill 0070-laravel-quality-checks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams prevent last-minute breakages by running consistent Laravel code quality checks across PHP, optional insights, tests, and frontend linting.

Core Features & Use Cases

  • Unified quality gates for Laravel: Orchestrates Pint style checks, static analysis (PHPStan or Psalm), and automated tests as part of a standard pre-handoff workflow.
  • Optional Laravel Insights: Runs Insights reporting when the tool is installed, useful for deeper codebase hygiene.
  • Frontend lint/type checks (when applicable): Adds JS linting and type checks alongside backend verification for full-stack projects.
  • Sail and non-Sail pairs: Provides command variants for Sail-based and non-Sail Laravel setups.

Quick Start

Ask the assistant to run 0070-laravel-quality-checks using your Sail or non-Sail commands to confirm Pint, static analysis, tests, and frontend lint/types are all clean.

Frequently Asked Questions about 0070-laravel-quality-checks

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

FAQPage Schema
How do I run Laravel code quality checks for Pint and PHPStan together?

Laravel static analysis with PHPStan or Psalm checks code style and types before handoff. It orchestrates these tools alongside tests to provide unified pre-handoff CI-like verification.

Can I run Laravel quality gates with Sail?

Yes, Laravel quality gates work with Sail. The workflow provides specific Sail-based command variants to execute Pint, static analysis, and tests correctly within the Sail environment.

How do I add frontend lint and type checks to my Laravel CI workflow?

You add frontend lint and type checks to your Laravel CI workflow by running JS linting scripts alongside backend verification, ensuring full-stack project hygiene before code handoff.

What is the best way to automate Laravel Insights reporting in a pre-handoff workflow?

The best way to automate Laravel Insights reporting is through a unified quality gate workflow that optionally runs Insights commands when the tool is installed, providing deeper codebase hygiene analysis.

Does this Laravel quality validation workflow require Laravel Insights to be installed?

No, Laravel Insights is optional. The quality validation workflow runs Insights reporting only when the tool is already installed, otherwise it proceeds with standard Pint, static analysis, and tests.