# Pr Submit

> Create or update a GitHub Pull Request — use ONLY when explicitly asked to create/submit/open a PR Use when this capability is needed.

- Skill: `tomevault-io/pr-submit-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pr-submit-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pr-submit-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/pr-submit-4

---


## When to use

**Only** when the user explicitly asks to create, submit, or open a Pull Request.
Do NOT invoke this skill for plain commit or push requests.

## Constraints

- Prepend `GH_PAGER=` to every `gh` command (bash/zsh), or set `$env:GH_PAGER=""` in PowerShell — never modify global config

## Procedure

1. **Verify & clean** — ensure changes are complete, correct, and free of debug artifacts
2. **Commit & push**:
   - If on `master`, create a new feature branch first (avoid name conflicts)
   - Commit all changes and push to remote
3. **Create or update PR**:
   - Check if current branch already has a PR (`gh pr list --head <BRANCH>`)
   - **Exists**: update title/description to reflect new commits
   - **None**: create PR against `master` with title/description derived from changes

## Output

- What changed, why, impact, and how to verify

---
> Source: [wysaid/android-gpuimage-plus](https://github.com/wysaid/android-gpuimage-plus) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-25 -->

