Agent skill
laravel-debugging
Debug Laravel apps in production — N+1 queries, memory leaks, stuck queues, slow jobs, silent errors, Horizon
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/laravel-debugging
SKILL.md
Skill: Laravel Debugging — Produção
Quando Usar
- Rota Laravel está lenta ou retornando 500 sem mensagem clara no Nginx
- Job na fila travou, não processa ou está em loop de retry
- Horizon aparece como PAUSED ou workers somem do supervisor
- Memory limit exceeded em PHP-FPM ou OOM kill em worker de fila
Contexto
Apps ativas neste servidor:
| App | PHP | Horizon | Workers Supervisor |
|---|---|---|---|
api.myapp.example.com |
8.3 | daemon-XXXXX | nightwatch(XXXXX), news-processing(XXXXX), pulse(XXXXX) |
myapp.example.com |
8.4 | — | — |
work8.example.com |
8.3 | daemon-XXXXX/XXXXX | — |
ece.example.com |
8.x | — | — |
Paths críticos:
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?