debug-bar-investigation

Analyze Laravel Debug Bar logs and SQL queries to identify data issues.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill debug-bar-investigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-bar-investigation
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/debug-bar-investigation
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill debug-bar-investigation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Helps you investigate and resolve data-related issues in Laravel Debug Bar, such as incorrect filtering, missing data, and mismatched numbers.

Core Features & Use Cases

  • Problem Reproduction: Simulate issues with Playwright to see if they occur under specific conditions.
  • Message Tab Analysis: Review log entries and filter conditions in the Messages tab for insights.
  • Query Tab Analysis: Inspect SQL queries for WHERE and JOIN conditions.
  • Use Case: If you notice that your application's data isn't displaying correctly in the Laravel Debug Bar, this skill can help you identify the issue by analyzing the queries and logs.

Quick Start

Use the 'debug-bar-investigation' skill to investigate data issues in Laravel Debug Bar.

Frequently Asked Questions about debug-bar-investigation

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

FAQPage Schema
How do I diagnose incorrect data filtering issues in Laravel Debug Bar?

This Skill simulates issues with Playwright to reproduce data problems, then analyzes log entries in the Messages tab and SQL queries in the Query tab to identify incorrect filtering or missing data.

How do I find missing data in my Laravel application using Debug Bar logs?

Finding missing data involves reviewing log entries and filter conditions in the Messages tab and inspecting SQL queries in the Query tab to trace WHERE and JOIN conditions.

Can I use Playwright to reproduce and investigate Laravel Debug Bar data issues?

Yes, Playwright is used to simulate and reproduce data-related issues under specific conditions, allowing you to verify if the problem occurs during interaction with the Laravel application.

Do I need a local Laravel environment to analyze SQL queries with Debug Bar?

Yes, analyzing SQL queries requires access to a Laravel environment to reproduce issues and inspect application logs and database interactions directly within the Debug Bar.

Why does my Laravel application show mismatched numbers in the Debug Bar?

Mismatched numbers typically stem from incorrect SQL filtering. Inspect WHERE and JOIN conditions in the Query tab and review filter conditions in the Messages tab to identify the source.