browser-debugging
Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance problems in the browser.
By aj-geddes · 525 installs
npx skills add aj-geddes/useful-ai-prompts --skill browser-debugging
Source repository · Upstream listing
Browser Debugging
Table of Contents
[Overview]( overview)
[When to Use]( when to use)
[Quick Start]( quick start)
[Reference Guides]( reference guides)
[Best Practices]( best practices)
Overview
Browser debugging tools help identify and fix client side issues including JavaScript errors, layout problems, and performance issues.
When to Use
JavaScript errors
Layout/styling issues
Performance problems
User interaction issues
Network request failures
Animation glitches
Quick Start
Minimal working example:
Reference Guides
Detailed implementations in the references/ directory:
Guide Contents
[Browser DevTools Fundamentals](references/browser devtools fundamentals.md) Browser DevTools Fundamentals
[Debugging Techniques](references/debugging techniques.md) Debugging Techniques
[Common Issues & Solutions](references/common issues solutions.md) Common Issues & Solutions
[Performance Debugging](references/performance debugging.md) Performance Debugging
Best Practices
✅ DO
Follow established patterns and conventions
Write clean, maintainable code
Add appropriate documentation
Test thoroughly before deploying
❌ DON'T
Skip testing or validation
Ignore error handling
Hard code configuration values