manage-github-prlisted
Install: claude install-skill xrhstosmour/macsify
# Manage GitHub PR
## When to use
- `/manage-github-pr`, or user says "ship it", "create PR", "make a PR", "open a pull request", "push this", "I'm done", "edit PR data", "edit PR body", "edit PR title".
- After `/code` or `/test` complete and the user confirms they want to proceed.
- User asks to comment on or edit an existing PR, its labels, assignees, reviewers, title, or body, or to approve it or leave a quick review comment via `gh pr review`.
- Not for just reading/viewing a PR, see the `read-github-pr` skill for that.
- Not for a full multi-agent code review (architecture and quality sub-agents, synthesized findings report), see the `review-github-pr` skill for that.
- Also applies when a plan step or a delegated subagent prompt already specifies `gh pr create`/`gh pr edit` directly, invoke this skill instead of running that command as written, even if the flags look complete.
## Reviewing, commenting, or editing an existing PR
```bash
gh pr review <number> --approve --body "<review>"
gh pr comment <number> --body "<comment>"
# Edit an existing PR, flags differ from create, note --add-assignee NOT --assignee.
gh pr edit <number> --title "<title>" --body "<body>"
gh pr edit <number> --add-assignee <login>
gh pr edit <number> --remove-assignee <login>
gh pr edit <number> --add-label <name> --remove-label <name>
gh pr edit <number> --add-reviewer <login>
gh pr edit <number> --base <branch>
```
## Creating a new PR
### 1. Validate Intent
Confirm with the user they