context7
Context7 - GitHub Search
Search GitHub repositories for issues, PRs, discussions, and code examples to research solutions and best practices.
执行环境
| 路径类型 | 说明 |
|---|---|
| 使用方式 | 此技能通过 API 调用使用,无需本地脚本执行 |
| 调用场景 | 当用户需要搜索 GitHub 仓库时自动激活 |
| 输入参数 | 仓库名称 (owner/repo)、搜索关键词、过滤条件 |
路径说明
- 无本地路径依赖:此技能不涉及本地文件系统操作
- 仓库引用:使用 GitHub 标准格式
owner/repo(如ggerganov/whisper.cpp) - 所有路径都是 GitHub 仓库内的路径,与本地文件系统无关
When This Skill Activates
- Keywords: "search GitHub", "find issues", "look up PR", "GitHub discussion"
- Research patterns: "Are there any [repo] issues about [topic]?"
- Dependency research: Mentions of whisper.cpp, NAudio, WPF, Inno Setup
- Bug investigation: "Has anyone else experienced [problem]?"
- Implementation examples: "How do others implement [feature]?"
Frequently Searched Repositories
VoiceLite dependencies and related projects:
| Repository | Purpose | When to Search |
|---|---|---|
| ggerganov/whisper.cpp | Core transcription engine | Performance optimization, model loading, quantization issues |
| naudio/NAudio | Audio recording library | WaveInEvent issues, audio format problems, disposal patterns |
| dotnet/wpf | WPF framework | UI threading, XAML binding, Dispatcher issues |
| jrsoftware/issrc | Inno Setup installer | Installer configuration, file inclusion, signing |
| dotnet/runtime | .NET runtime | Performance issues, GC problems, async/await patterns |
Search Syntax Examples
Search whisper.cpp Performance Issues
Repository: ggerganov/whisper.cpp
Query: "performance optimization" label:performance
Sort: Most commented
Filter: Created after 2024-01-01
# Look for:
- Quantization discussions (Q8_0, Q4_0)
- Flash attention implementations
- Beam size optimization
- Model loading speed improvements
Search NAudio Recording Problems
Repository: naudio/NAudio
Query: "WaveInEvent" label:bug is:closed
Sort: Recently updated
# Look for:
- Disposal patterns (memory leaks)
- Buffer size configurations
- Sample rate issues (16kHz mono)
- Event subscription patterns
Find WPF Dispatcher Examples
Repository: dotnet/wpf
Query: "Dispatcher.Invoke" in:code language:csharp
Filter: Stars >100
# Look for:
- Thread-safe UI updates
- Background worker patterns
- Async dispatcher usage
Search Strategies
1. Start Broad, Then Narrow
Step 1: Search issue titles
→ "transcription slow"
Step 2: Add labels
→ "transcription slow" label:performance
Step 3: Check discussions
→ Switch to Discussions tab for detailed solutions
Step 4: Look at closed issues
→ is:closed (solutions often in closed issues)
2. Finding Solutions
For bugs:
- Search closed issues first (likely fixed)
- Check PR descriptions for implementation details
- Look for "fixed in version X" comments
- Check release notes for related fixes
For features:
- Search discussions for design rationale
- Check PRs for code examples
- Look for "how to" issues with detailed responses
3. Code Examples
# Search for actual code implementation
in:code language:csharp "WaveInEvent"
# Search for configuration examples
in:file filename:.csproj "NAudio"
# Search for specific patterns
in:code "async Task TranscribeAsync"
Common VoiceLite Research Queries
Whisper.cpp Performance
Query: "Q8_0 quantization" OR "performance improvement"
Repo: ggerganov/whisper.cpp
Labels: performance, optimization
Date: After 2024-01-01
Expected: Quantization benchmarks, speed comparisons, optimization tips
NAudio Memory Leaks
Query: "memory leak" OR "dispose" "WaveInEvent"
Repo: naudio/NAudio
State: Closed (to find fixes)
Sort: Most commented
Expected: Disposal patterns, IDisposable best practices
Inno Setup File Inclusion
Query: "files not included" OR "missing from installer"
Repo: jrsoftware/issrc
Labels: bug, question
Expected: Common .iss mistakes, file path issues, git ignore problems
.NET Process Management
Query: "Process.Kill" OR "zombie process"
Repo: dotnet/runtime
Language: C#
Expected: Proper disposal patterns, timeout handling
Advanced Search Operators
# Combine multiple terms
"whisper performance" AND "quantization"
# Exclude terms
"audio recording" NOT "streaming"
# Search specific user
author:ggerganov "optimization"
# Search by date range
created:>=2024-01-01
# Search by reactions
reactions:>10
# Search by comments
comments:>5
# Search in specific locations
in:title "memory leak"
in:body "WaveInEvent"
in:comments "fixed in"
Workflow Example
Scenario: VoiceLite transcription is slow with tiny model
Step 1: Search whisper.cpp issues
→ Query: "tiny model slow" label:performance
→ Find: Issue #1234 - "Tiny model slower than expected"
Step 2: Read discussion
→ Solution: Enable flash attention, adjust beam size
→ PR #5678 has implementation
Step 3: Check PR for code changes
→ Command line flag: --flash-attn
→ Configuration: beam_size=1
Step 4: Check if applied to VoiceLite
→ Review PersistentWhisperService.cs whisper command
→ Verify flags are present
Step 5: Test & validate
→ Apply if missing, test performance improvement
Troubleshooting Search Results
"Too many results"
- Add more specific labels
- Filter by date (recent issues more relevant)
- Use
is:closedfor solved problems - Sort by "Most commented" for well-discussed issues
"No results found"
- Remove labels, search broadly first
- Try synonyms ("slow" vs "performance", "crash" vs "exception")
- Search discussions instead of issues
- Check if repository is active (last commit date)
"Results not relevant"
- Add language filter (language:csharp)
- Search in code instead of issues (in:code)
- Use exact phrases with quotes: "exact error message"
- Exclude common false positives: NOT "unrelated term"
Integration with VoiceLite Development
When researching VoiceLite issues, search these patterns:
Audio Issues: NAudio + "16kHz" OR "mono" OR "WAV format" Transcription Issues: whisper.cpp + "model loading" OR "timeout" OR "process" Performance Issues: whisper.cpp + "Q8_0" OR "optimization" OR "speed" Installer Issues: Inno Setup + "missing files" OR "not included" Memory Issues: .NET + "memory leak" OR "dispose" OR "GC"
More from dwsy/agent
tavily-search-free
Web search, online search, real-time search, internet search, Google alternative, Bing alternative, DuckDuckGo alternative, search the web, lookup online, find information, research,查询,搜索,搜索结果,网页搜索,联网搜索,实时搜索,网络查询,资料查找,信息检索,最新资讯,新闻搜索, Tavily Search API for optimized, real-time web search results for RAG. A pre-configured, cost-effective search tool.
90office-combo
Microsoft Office 全功能支持。当 Claude 需要:(1)处理 Excel 表格(.xlsx)- 公式、格式、数据分析,(2)创建/编辑 PPT 演示文稿(.pptx),(3)处理 PDF 文档(.pdf)- 提取、合并、表单填写,(4)处理 Word 文档(.docx)- 编辑、修订跟踪、注释时使用。
55skill-management
技能全生命周期管理系统,使用 LLM 智能分析技能类型、评估质量、审计安全。支持 GitHub、skills.sh marketplace 和 Skills CLI (npx skills) 三数据源搜索。当用户需要:(1)发现和评估新技能,(2)审计现有技能安全性,(3)改造技能适配本地环境,(4)测试技能融合效果,(5)收集技能使用反馈时使用。
34project-planner
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
30jina-reader
URL 内容提取 + 网络搜索。读取网页转 Markdown/HTML/Text/JSON,搜索最新网络信息。触发词:read url, scrape, extract content, web search, 网页内容, 搜索
27system-design
Use when designing, architecting, or planning a new system from requirements or ideas - transforms concepts into navigable design catalog using EventStorming methodology, Mermaid diagrams, and progressive elaboration through 5 phases (Requirements, Big Picture, Processes, Data/Flows, Integration)
26