← スキル一覧に戻る

comfy-pr-bot-cli
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日
SKILL.md
name: comfy-pr-bot-cli description: Unified command-line interface for all ComfyPR bot capabilities including GitHub PR creation, Slack messaging, and Notion search. Use when the user wants to access any bot functionality through a single unified command. allowed-tools: Bash
PR-Bot Unified CLI
This skill provides a unified command-line interface for all ComfyPR bot capabilities.
Available Commands
Code PR Creation (Automatic)
pr-bot code pr -r <OWNER/REPO> [-b <BRANCH>] -p "<PROMPT>"
pr-bot github pr -r <OWNER/REPO> [-b <BRANCH>] -p "<PROMPT>" # Alias
pr-bot pr -r <OWNER/REPO> [-b <BRANCH>] -p "<PROMPT>" # Short alias
Options:
-r, --repo: Repository in formatowner/repo(required)-b, --branch: Target branch (default:main)-p, --prompt: Coding task description (required)
Code Search
pr-bot code search -q "<QUERY>" [--repo <REPO>] [--path <PATH>]
Options:
-q, --query: Search query (required)--repo: Filter by repository (optional)--path: Filter by file path pattern (optional)
GitHub Issue Search
pr-bot github-issue search -q "<QUERY>" [-l <LIMIT>]
Options:
-q, --query: Search query (required)-l, --limit: Maximum number of results (default: 10)
Slack Message Update
pr-bot slack update -c <CHANNEL_ID> -t <TIMESTAMP> -m "<MESSAGE>"
Options:
-c, --channel: Slack channel ID (required)-t, --ts: Message timestamp (required)-m, --text: New message text (required)
Slack Thread Reader
pr-bot slack read-thread -c <CHANNEL_ID> -t <TIMESTAMP> [-l <LIMIT>]
Options:
-c, --channel: Slack channel ID (required)-t, --ts: Thread timestamp (required)-l, --limit: Max messages to retrieve (default: 100)
Notion Search
pr-bot notion search -q "<QUERY>" [-l <LIMIT>]
Options:
-q, --query: Search terms (required)-l, --limit: Max results (default: 10)
Registry Search
pr-bot registry search -q "<QUERY>" [-l <LIMIT>] [--include-deprecated]
Options:
-q, --query: Search query for custom nodes (required)-l, --limit: Maximum number of results (default: 10)--include-deprecated: Include deprecated nodes (default: false)
Examples
# Create automatic PR for bug fix
pr-bot code pr -r Comfy-Org/ComfyUI -b main -p "Fix auth bug in login"
# Search ComfyUI code
pr-bot code search -q "binarization" --repo Comfy-Org/ComfyUI
# Search GitHub issues
pr-bot github-issue search -q "is:open label:bug" -l 5
# Search ComfyUI custom nodes registry
pr-bot registry search -q "video" -l 5
# Update Slack message
pr-bot slack update -c C123 -t 1234567890.123456 -m "Working on it"
# Read Slack thread
pr-bot slack read-thread -c C123 -t 1234567890.123456
# Search Notion docs
pr-bot notion search -q "ComfyUI setup" -l 5
Notes
- This is the recommended way to access all bot functionality
- Globally linked as
pr-botcommand - Run
pr-bot --helpfor full command documentation - Each subcommand has its own
--helpoption
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です