スキル一覧に戻る
Comfy-Org

code-search

by Comfy-Org

Let's grow with ComfyUI community -- The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

9🍴 3📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: code-search description: Search ComfyUI codebase and custom nodes using the comfy-codesearch service. Use when the user wants to find code examples, search for specific functions, or explore ComfyUI repositories. allowed-tools: Bash model: haiku

ComfyUI Code Search

This skill searches through ComfyUI codebase and custom nodes using the comfy-codesearch service.

Usage

pr-bot code search -q "<SEARCH_QUERY>" [--repo <REPO>] [--path <PATH>]

Parameters

  • -q, --query (required): Search query text
  • --repo (optional): Filter by repository (e.g. Comfy-Org/ComfyUI)
  • --path (optional): Filter by file path pattern (e.g. python)

Search Syntax

The search query supports special filters:

  • repo:owner/name - Search within a specific repository
  • path:pattern - Search within specific file paths

Examples

# Search for binarization features
pr-bot code search -q "binarization"

# Search in specific repository
pr-bot code search -q "last_node_id" --repo Comfy-Org/ComfyUI

# Search with path filter
pr-bot code search -q "last_node_id" --repo Comfy-Org/ComfyUI --path python

# Complex search with inline filters
pr-bot code search -q "repo:Comfy-Org/ComfyUI path:python last_node_id"

Output Format

Returns JSON with search results containing:

  • Repository name and URL
  • File path and line number
  • Code snippet with match context
  • GitHub URL to the exact match

Tips

  1. Use quotes around multi-word queries
  2. Combine --repo and --path filters for targeted searches
  3. Pipe output to jq for JSON parsing: pr-bot code search -q "test" | jq .results
  4. Check match URLs to jump directly to code on GitHub

Notes

  • Requires comfy-codesearch CLI to be installed
  • Requires CS_ORIGIN and CS_TOKEN environment variables
  • Searches across ComfyUI core and custom nodes registry

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です