# GitHub Changes via pr-bot

> Safely make code changes by spawning a coding sub-agent that opens a PR.

- Skill: `comfy-org/github-changes-via-pr-bot` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comfy-org/github-changes-via-pr-bot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comfy-org/github-changes-via-pr-bot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Comfy-Org (https://skillmd.com/u/comfy-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/comfy-org/github-changes-via-pr-bot

---


# GitHub Changes via pr-bot

All repository modifications must be delegated to the PR bot using the prbot CLI.

Commands:
prbot pr --repo=<owner/repo> [--branch=<branch>] --prompt="<detailed coding task>"
prbot code pr --repo=<owner/repo> [--branch=<branch>] --prompt="<detailed coding task>"
prbot github pr --repo=<owner/repo> [--branch=<branch>] --prompt="<detailed coding task>"

Prompt tips:

- Describe the desired outcome and acceptance criteria.
- Specify target files/paths when known and include examples.
- Mention tests/docs to update.

