laravel:daily-workflow

Run daily Laravel health checks for services, migrations, and tests.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/meistro57/chat_bridge --skill laravel-daily-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel:daily-workflow
Source: https://github.com/meistro57/chat_bridge/tree/main/.claude/skills/daily-workflow
Command: npx skills add https://github.com/meistro57/chat_bridge --skill laravel-daily-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured checklist to ensure a Laravel project is in optimal condition at the start of a work session or before handing off tasks, covering essential services, database, and quality checks.

Core Features & Use Cases

  • Service Management: Ensures all necessary development services (like databases, queues) are running.
  • Database Migrations: Executes pending database schema changes.
  • Quality Assurance: Runs code style checks (Pint) and automated tests.
  • Use Case: A developer can use this Skill to quickly verify that their local Laravel environment is set up correctly and all tests are passing before committing code.

Quick Start

Run the daily workflow for your Laravel project.

Frequently Asked Questions about laravel:daily-workflow

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

FAQPage Schema
How do I run a daily health check for my Laravel project?

To run a Laravel daily health check, execute a structured operational checklist that verifies active services, applies pending migrations, and runs code style and parallel testing quality gates.

What is included in a Laravel development workflow checklist?

A Laravel development workflow checklist includes service management for databases and queues, executing database migrations, and running quality assurance checks using Pint and automated tests.

Does this Laravel workflow support both Sail and direct Artisan commands?

Yes, the Laravel daily workflow supports both Sail and direct Artisan commands, allowing comprehensive project health verification regardless of your local environment setup.

How do I ensure my local Laravel environment is ready before committing code?

Ensure your local Laravel environment is ready by running a daily workflow checklist that starts necessary development services, applies database schema changes, and passes automated tests.

When should I use a Laravel project health verification checklist?

Use a Laravel project health verification checklist at the start of a work session or before handing off tasks to ensure your local environment is configured correctly and all quality gates pass.