← Back to list

github-pr-bot
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📅 Jan 22, 2026
SKILL.md
name: github-pr-bot description: Spawn an AI coding sub-agent to make code changes, fix bugs, or add features to GitHub repositories. Use when the user wants to modify code in Comfy-Org repositories, create pull requests, or implement new functionality. allowed-tools: Bash
GitHub PR Bot (Coding Sub-Agent)
This skill spawns an interactive AI coding agent that can modify code in GitHub repositories, create commits, and propose pull requests.
Usage
pr-bot code pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"
# Or use aliases:
pr-bot github pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"
pr-bot pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"
Parameters
-r, --repo(required): GitHub repository in formatowner/repo(e.g.,Comfy-Org/ComfyUI)-b, --branch(optional): Target branch to work on (default:main)-p, --prompt(required): Detailed description of the coding task for the agent
How It Works
- Auto-Clone: Clones the repository to
/repos/[owner]/[repo]/tree/[branch]/if not present - Update: Pulls latest changes if repository already exists
- Spawn Agent: Launches an interactive
claude-yescoding agent in the repo directory - Full Access: Agent can read, edit, create files, run tests, and create commits
Examples
# Fix a bug in ComfyUI
pr-bot pr -r Comfy-Org/ComfyUI -p "Fix authentication bug in login module - users can't login with special characters in password"
# Add feature to frontend
pr-bot github pr -r Comfy-Org/ComfyUI_frontend -b develop -p "Add dark mode toggle to settings page with persistent user preference"
# Update documentation
pr-bot pr -r Comfy-Org/docs -p "Add troubleshooting section for common installation errors on Windows"
Available Repositories
Comfy-Org/ComfyUI- Main ComfyUI backend (Python)Comfy-Org/ComfyUI_frontend- Frontend codebase (Vue + TypeScript)Comfy-Org/docs- Documentation and guidesComfy-Org/desktop- Desktop applicationComfy-Org/registry- Custom nodes registryComfy-Org/workflow_templates- Workflow templates
Notes
- Agent runs in isolated directory per branch
- Requires GitHub authentication via environment variables
- Agent has full write access to make commits
- Best for tasks that require code modification
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon