debug-assistant

Diagnose PHP/Laravel application errors from stack traces and logs.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/VictorSmaniotto/degestao --skill debug-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-assistant
Source: https://github.com/VictorSmaniotto/degestao/tree/main/.agent/skills/debug-assistant
Command: npx skills add https://github.com/VictorSmaniotto/degestao --skill debug-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured analysis of PHP/Laravel errors, helping developers quickly identify root causes from stack traces, logs, and exception messages to reduce debugging time.

Core Features & Use Cases

  • Stack trace analysis: interprets Laravel tracebacks to locate the origin of failures.
  • Error context and logging: consolidates request data, environment info, and relevant logs to improve visibility.
  • Remediation guidance: proposes concrete fixes, validation steps, and follow-up checks for common Laravel errors.

Quick Start

Provide a structured debugging plan for a Laravel error by analyzing the stack trace, logs, and database messages.

Frequently Asked Questions about debug-assistant

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

FAQPage Schema
How do I analyze a Laravel stack trace to find the root cause of an error?

Analyzing a Laravel stack trace involves interpreting exception messages and log outputs to pinpoint the failure origin. This process consolidates request data and environment info to determine root causes for database, memory, or configuration errors.

What is the best way to troubleshoot PHP application errors from log outputs?

Troubleshooting PHP application errors from logs requires consolidating environment info and exception messages to improve visibility. Interpreting these log outputs helps diagnose configuration problems and memory issues to reduce debugging time.

Can I use this approach to debug database errors in Laravel projects?

Yes, you can debug database errors in Laravel projects by interpreting stack traces and database messages. This approach diagnoses failures by analyzing error context and logging to locate the origin of the database exceptions.

How do I get actionable remediation guidance for PHP exceptions?

Getting actionable remediation guidance for PHP exceptions involves structured analysis of stack traces and logs. This yields concrete fixes, validation steps, and follow-up checks using PHP code examples and best practices.

Does Laravel debugging work without configuring additional dependencies?

Yes, Laravel debugging works without additional dependencies. You can analyze stack traces, exception messages, and log outputs directly from your application to determine root causes and propose remediation guidance.

Why does my Laravel error keep occurring after following the stack trace?

A Laravel error might persist if the initial stack trace analysis missed configuration problems or memory issues. Reproducing steps and conducting structured analysis of request data and logs are needed to identify the true root cause.