From claude-ecosystem
Searches GitHub issues in anthropics/claude-code repo for Claude Code troubleshooting. Supports filters for labels, state (open/closed), format (compact/table/detailed), and limit.
npx claudepluginhub melodic-software/claude-code-plugins --plugin claude-ecosystemThis skill is limited to using the following tools:
Shortcut command to search issues in the Claude Code repository (anthropics/claude-code).
Queries and searches GitHub issues via gh CLI with web fallback. Supports filtering by labels, state, assignees, full-text search for troubleshooting errors, checking duplicates, finding workarounds.
Searches GitHub issues for solutions, workarounds, and discussions on open source problems. Useful when encountering OSS library errors or needing upstream bug fixes.
Investigates GitHub issues and PRs: pulls open items, classifies them, searches codebase for root causes or reviews contributed code, proposes fixes with file:line references, optionally implements. Use for GitHub triage, not general reviews.
Share bugs, ideas, or general feedback.
Shortcut command to search issues in the Claude Code repository (anthropics/claude-code).
/claude-ecosystem:search-claude-issues path doubling
/claude-ecosystem:search-claude-issues hooks error --label bug
/claude-ecosystem:search-claude-issues "MCP timeout" --state open
This command is a shortcut that:
anthropics/claude-code automaticallygithub-issues skill with provided search termsEquivalent to: /git:search-issues anthropics/claude-code <search-terms>
/claude-ecosystem:search-claude-issues hooks PreToolUse
/claude-ecosystem:search-claude-issues memory leak --label bug
/claude-ecosystem:search-claude-issues "context window" --state open
/claude-ecosystem:search-claude-issues "path doubling" --format detailed
#11984 [open] Path doubling in PowerShell hooks (bug, hooks)
#11523 [closed] Fix memory leak in long sessions (bug, fixed)
| # | State | Title | Labels |
| --- | --- | --- | --- |
| 11984 | open | Path doubling in PowerShell hooks | bug, hooks |
### #11984 - Path doubling in PowerShell hooks
**State:** open | **Labels:** bug, hooks | **Created:** 2024-12-01
**URL:** https://github.com/anthropics/claude-code/issues/11984
When using cd && in PowerShell, paths get doubled...
**Workaround:** Use absolute paths instead of cd &&
/git:search-issues - Search any GitHub repositoryclaude-code-issue-researcher agent - Autonomous issue researchgithub-issues skill - Underlying skill for all issue operations