Help us improve
Share bugs, ideas, or general feedback.
From dream-team
Debugs bugs, test failures, and unexpected behavior via hypothesis-driven process: reproduce, hypothesize, investigate code/logs with Playwright/Bash, fix root cause, verify.
npx claudepluginhub ratler/dream-team --plugin dream-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/dream-team:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user debug an issue through systematic investigation and hypothesis-driven problem solving. This is a conversation, not a fix-it script.
Guides systematic debugging of failures, bugs, and failing tests: reproduce issues, read errors/logs/console/code, verify assumptions, instrument code, narrow causes with binary search.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Help the user debug an issue through systematic investigation and hypothesis-driven problem solving. This is a conversation, not a fix-it script.
Start by understanding the issue, then reproduce it, form theories, investigate with evidence, and only fix once you understand the root cause.
Understanding the issue:
Reproducing the issue:
playwright_* tools available, use them:
playwright_navigate to load the pageplaywright_screenshot to capture visual evidenceplaywright_click / playwright_fill to interact with elementsplaywright_evaluate to check console errors and stateForming hypotheses:
Investigating:
Root cause identified:
- File: [path:line]
- Problem: [what's wrong]
- Why: [explanation]
- Evidence: [what you observed]
Fixing:
Verifying:
After fixing, provide a clear summary:
Debug session complete.
Issue: [brief description]
Root Cause: [what was wrong]
Fix: [what changed]
Files modified:
- [path] — [summary of changes]
Verification:
- [x] Issue no longer reproduces
- [x] Tests pass
- [x] Related functionality checked
playwright_* toolsStop and ask the user for help if: