search-issues
Search GitHub issues in any repository. Find bugs, features, and discussions.
What this skill does
# Search GitHub Issues Search for issues in any GitHub repository using the `github-issues` skill. ## Usage ```text /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 ``` ## Arguments - **First argument**: Repository in `owner/repo` format (required) - **Remaining arguments**: Search terms (required) - **--label**: Filter by label (optional, can be repeated) - **--state**: Filter by state: open, closed, or all (default: all) - **--format**: Output format: compact, table, or detailed (default: compact) - **--limit**: Maximum results (default: 15) ## Workflow 1. **Parse arguments** - Extract repo, search terms, and options 2. **Invoke github-issues skill** - Use the skill's query patterns 3. **Check gh CLI availability** - Fall back to web if unavailable 4. **Execute search** - Run appropriate search command 5. **Format results** - Apply requested output format 6. **Report findings** - Display results to user ## Examples ### Basic Search ```text /git:search-issues anthropics/claude-code hooks ``` Searches all issues (open and closed) for "hooks". ### Search with Label Filter ```text /git:search-issues anthropics/claude-code memory leak --label bug ``` Searches for "memory leak" issues with the "bug" label. ### Open Issues Only ```text /git:search-issues anthropics/claude-code feature request --state open ``` Searches only open issues. ### Detailed Output ```text /git:search-issues anthropics/claude-code "path doubling" --format detailed ``` Returns full issue details including descriptions and workarounds. ## Output Formats ### Compact (default) ```text #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) ``` ### Table ```markdown | # | State | Title | Labels | | --- | --- | --- | --- | | 11984 | open | Path doubling in PowerShell hooks | bug, hooks | | 11523 | closed | Fix memory leak in long sessions | bug, fixed | ``` ### Detailed ```markdown ### #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 Messages ### Missing repository ```text Error: Repository not specified. Usage: /git:search-issues <owner/repo> <search-terms> Example: /git:search-issues anthropics/claude-code hooks ``` ### Missing search terms ```text Error: No search terms provided. Usage: /git:search-issues <owner/repo> <search-terms> Example: /git:search-issues anthropics/claude-code "error message" ``` ### gh CLI not available ```text Note: GitHub CLI (gh) not installed. Using web search fallback. Results may be less accurate. Install gh for better results: https://cli.github.com/ ``` ## Notes - Uses `github-issues` skill for search logic - Prefers gh CLI when available, falls back to web search - For complex investigations, consider using the `issue-researcher` agent
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.