Curated LLM prompts for debugging with runtime DOM snapshots

2 Alechko 1 9/2/2025, 9:41:56 PM github.com ↗

Comments (1)

Alechko · 1h ago
I've been working on runtime DOM analysis with LLMs and collected the most effective prompts for common debugging scenarios.

Unlike static code analysis, this captures what users actually see - computed styles, real DOM state, actual layout calculations.

The repo includes battle-tested prompts for: - Bug analysis and form debugging - UX audits and conversion optimization - Test automation and code review - Integration examples with Playwright/Cypress

Each prompt is designed to get specific, actionable fixes rather than generic advice.

Would love feedback from the community on which prompts work best for your workflows.