plugins/git/skills/search-issues/SKILL.md
Search GitHub issues in any repository. Find bugs, features, and discussions.
npx skillsauth add melodic-software/claude-code-plugins search-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 agentdevelopment
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.