laravel:daily-workflow

Daily Workflow (Laravel)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laravel:daily-workflow" with this command: npx skills add jpcaparas/superpowers-laravel/jpcaparas-superpowers-laravel-laravel-daily-workflow

Daily Workflow (Laravel)

Run through this checklist at the start of a session or before handoff.

Start services

sail up -d && sail ps # Sail

or (non‑Sail): ensure PHP/DB are running locally

Schema as needed

sail artisan migrate # or: php artisan migrate

Queue worker if required

sail artisan queue:work --tries=3 # or: php artisan queue:work --tries=3

Quality gates

sail pint --test && sail pint # or: vendor/bin/pint --test && vendor/bin/pint sail artisan test --parallel # or: php artisan test --parallel

Frontend (if present)

sail pnpm run lint && sail pnpm run types # or: pnpm run lint && pnpm run types

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

laravel:routes-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:blade-components-and-layouts

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:queues-and-horizon

No summary provided by upstream source.

Repository SourceNeeds Review
General

laravel:quality-checks

No summary provided by upstream source.

Repository SourceNeeds Review