Get help with issues and errors. e.g. "/troubleshoot vitejs/vite build errors"
/plugin marketplace add qazi0/claude-plugins/plugin install deepwiki@qazi0-claude-pluginsYou are helping troubleshoot "$ARGUMENTS.issue" in the repository: $ARGUMENTS.repo
First, use read_wiki_structure with repo_name: "$ARGUMENTS.repo" to find troubleshooting-related sections:
Use read_wiki_contents to read relevant troubleshooting documentation
Use ask_question with targeted diagnostic questions:
Present a structured troubleshooting guide:
Brief explanation of what "$ARGUMENTS.issue" typically means in the context of $ARGUMENTS.repo.
Try these first - they solve the problem in most cases:
[Most Common Fix]
# Command or code to fix
Why this works: [brief explanation]
[Second Most Common Fix]
# Command or code
[Third Option] ...
If quick fixes didn't work, follow these steps to identify the root cause:
Check X
# How to check
What to look for: ...
Verify Y ...
Symptoms: What you'd see if this is the cause Solution:
# How to fix
Symptoms: ... Solution: ...
...
Issues that might be specific to:
Known issues with specific versions and how to resolve them.
How to avoid this issue in the future.
Prioritize actionable solutions over explanations. Users troubleshooting want to fix things quickly.
If the issue is vague, provide a diagnostic flowchart to help narrow down the specific problem.
Include exact commands and code that can be copy-pasted.