From git
Searches GitHub issues in any repository by keywords, labels, and state (open/closed/all). Outputs in compact, table, or detailed formats using gh CLI or web fallback.
npx claudepluginhub melodic-software/claude-code-plugins --plugin gitThis skill is limited to using the following tools:
Search for issues in any GitHub repository using the `github-issues` skill.
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.
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.
Share bugs, ideas, or general feedback.
Search for issues in any GitHub repository using the github-issues skill.
/git:search-issues anthropics/claude-code path doubling
/git:search-issues owner/repo "error message" --label bug
/git:search-issues owner/repo feature request --state open
owner/repo format (required)/git:search-issues anthropics/claude-code hooks
Searches all issues (open and closed) for "hooks".
/git:search-issues anthropics/claude-code memory leak --label bug
Searches for "memory leak" issues with the "bug" label.
/git:search-issues anthropics/claude-code feature request --state open
Searches only open issues.
/git:search-issues anthropics/claude-code "path doubling" --format detailed
Returns full issue details including descriptions and workarounds.
#11984 [open] Path doubling in PowerShell hooks (bug, hooks)
#11523 [closed] Fix memory leak in long sessions (bug, fixed)
#10892 [open] Add custom status line support (enhancement)
| # | State | Title | Labels |
| --- | --- | --- | --- |
| 11984 | open | Path doubling in PowerShell hooks | bug, hooks |
| 11523 | closed | Fix memory leak in long sessions | bug, fixed |
### #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 causing script failures...
**Workaround:** Use absolute paths instead of cd &&
Error: Repository not specified.
Usage: /git:search-issues <owner/repo> <search-terms>
Example: /git:search-issues anthropics/claude-code hooks
Error: No search terms provided.
Usage: /git:search-issues <owner/repo> <search-terms>
Example: /git:search-issues anthropics/claude-code "error message"
Note: GitHub CLI (gh) not installed. Using web search fallback.
Results may be less accurate. Install gh for better results: https://cli.github.com/
github-issues skill for search logicissue-researcher agent