Compétences context7
🔍

context7

Sûr 🌐 Accès réseau⚙️ Commandes externes

搜尋 GitHub 問題、PR 和討論

Également disponible depuis: intellectronica,am-will

開發者經常花費數小時在 GitHub 儲存庫中滾動尋找相關問題或解決方案。此技能提供結構化的搜尋策略、語法範例和工作流程指南,幫助快速定位任何儲存庫中的問題、拉取請求、討論和程式碼範例。

Prend en charge: Claude Codex Code(CC)
📊 69 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "context7". 在 whisper.cpp 中搜尋關於量化的效能最佳化問題

Résultat attendu:

  • 儲存庫:ggerganov/whisper.cpp
  • 查詢:Q8_0 quantization OR performance improvement
  • 篩選條件:label:performance、is:closed、created:>=2024-01-01
  • 預期結果:量化基準測試、速度比較、最佳化技巧
  • 策略:從廣泛開始,然後加入特定標籤如 'performance' 或 'optimization'

Utilisation de "context7". 尋找 NAudio WaveInEvent 記憶體洩漏問題

Résultat attendu:

  • 儲存庫:naudio/NAudio
  • 查詢:memory leak OR dispose WaveInEvent
  • 狀態:已關閉(以尋找修復方案)
  • 排序:留言最多
  • 預期:釋放模式、IDisposable 最佳實踐、緩衝區大小配置

Utilisation de "context7". 搜尋 WPF Dispatcher 執行緒安全 UI 更新的範例

Résultat attendu:

  • 儲存庫:dotnet/wpf
  • 查詢:Dispatcher.Invoke in:code language:csharp
  • 篩選條件:Stars >100
  • 預期:執行緒安全的 UI 更新、背景工作者模式、非同步調度器用法

Audit de sécurité

Sûr
v4 • 1/17/2026

This is a pure prompt-based documentation skill containing only a SKILL.md file with guidance on GitHub search syntax and strategies. No executable code, scripts, network calls, filesystem access, or command execution capabilities were detected. All 43 static findings are false positives from the scanner misidentifying markdown documentation patterns and technical terminology.

2
Fichiers analysés
435
Lignes analysées
2
résultats
4
Total des audits

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
20
Communauté
100
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

研究相依性問題

在回報新錯誤之前,先查找外部相依性(如 whisper.cpp 或 NAudio)的已知問題和解決方案。

尋找類似錯誤

在建立新問題報告之前,搜尋現有的錯誤報告及其修復方案,以避免重複。

發現實作模式

從成功的拉取請求中尋找程式碼範例和最佳實踐,以了解正確的實作方法。

Essayez ces prompts

基本問題搜尋
在 [owner/repo] 中搜尋關於 [topic] 且在 [date] 之後建立的問題。尋找已關閉且有解決方案的問題。
PR 程式碼範例
在 [owner/repo] 中搜尋 in:code language:[language] 的 [pattern]。尋找實作類似功能的拉取請求。
錯誤調查
在 [owner/repo] 中搜尋標記為 [bug] 且關於 [error message] 的問題。檢查留言最多的已關閉問題。
進階研究
在 [owner/repo] 中搜尋 [query] AND [constraint]。使用篩選條件:label:[label]、is:closed、comments:>5、created:>=2024-01-01。

Bonnes pratiques

  • 從廣泛搜尋開始,然後加入標籤和日期範圍等篩選條件來縮小結果範圍
  • 優先檢查已關閉的問題 - 解決方案通常已在那裡記錄
  • 使用 is:closed 結合 comments:>5 來尋找經過充分討論的解決方案

Éviter

  • 在沒有任何篩選條件的情況下搜尋,並期望立即獲得相關結果
  • 只檢查未關閉的問題 - 已關閉的問題通常包含您需要的解決方案
  • 使用模糊的搜尋詞彙,而非特定的錯誤訊息或精確片語

Foire aux questions

我可以搜尋哪些儲存庫?
任何公開的 GitHub 儲存庫。此技能包含熱門儲存庫的範例,如 whisper.cpp、NAudio、WPF 和 .NET runtime。
此技能是否可存取私有儲存庫?
不可以。此技能僅提供搜尋指導。存取私有儲存庫需要驗證,且不受支援。
支援哪些搜尋運算子?
所有標準 GitHub 搜尋運算子:in:title、in:body、label:、is:closed、author:、created:、comments:、language: 等。
如何尋找已知錯誤的解決方案?
使用 is:closed 篩選條件進行搜尋,依留言數排序,並使用 'bug' 或 'fixed' 等標籤。檢查 PR 描述以了解實作細節。
我可以搜尋程式碼範例嗎?
可以。使用 in:code 運算子配合語言篩選條件。範例:in:code language:csharp "WaveInEvent"。
這與 GitHub 搜尋有何不同?
此技能提供經過驗證的搜尋策略、語法範本和工作流程指南,幫助您更有效地進行搜尋。

Détails du développeur

Structure de fichiers

📄 SKILL.md