frontend-debug
CommunityEmpirical frontend debugging, verified and automated.
Software Engineering#debugging#web development#frontend#browser automation#chrome devtools#github issues#empirical testing
Authorarlenagreer
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Frontend debugging is often a manual, iterative, and time-consuming process involving browser inspection, code changes, and re-testing. This skill automates the entire debugging lifecycle, from identifying the root cause through empirical browser observation to implementing and verifying the fix, ensuring issues are resolved quickly and reliably.
Core Features & Use Cases
- 6-Phase Autonomous Workflow: Systematically investigates, analyzes, implements, and verifies fixes for UI/UX issues, console errors, and network problems.
- Empirical Browser Verification: Uses Chrome DevTools MCP for direct browser observation and a 5-point verification checklist, ensuring fixes are truly resolved and preventing regressions.
- GitHub Issue Integration: Automatically fetches issue details, posts progress updates, requests clarification, and closes issues upon successful resolution, keeping your team informed.
- Use Case: A user reports a login button not responding. Invoke this skill with the issue number. It will launch an isolated browser, reproduce the bug, analyze console/network/DOM, propose a fix, apply it, and then empirically verify the login flow works end-to-end, updating the GitHub issue throughout the process.
Quick Start
Example: Debug a login button issue
@~/.claude/skills/frontend-debug/SKILL.md "Login button not responding"
Example: Debug a GitHub issue by number
@~/.claude/skills/frontend-debug/SKILL.md "#123"
Example: Resume a crashed debugging session
@~/.claude/skills/frontend-debug/SKILL.md
Dependency Matrix
Required Modules
gh-clichrome-devtools-mcpsequential-thinking-mcpcontext7-mcp
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: frontend-debug Download link: https://github.com/arlenagreer/claude_configuration_docs/archive/main.zip#frontend-debug Please download this .zip file, extract it, and install it in the .claude/skills/ directory.