skills/smithery.ai/github-pr-bot

github-pr-bot

Installation
SKILL.md

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

prbot code pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"
# Or use aliases:
prbot github pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"
prbot pr -r <OWNER/REPO> [-b <BRANCH>] -p "<TASK_DESCRIPTION>"

Parameters

  • -r, --repo (required): GitHub repository in format owner/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
Installs
1
First Seen
Mar 28, 2026
github-pr-bot from smithery.ai