with one click
pr-flow
Create, view, and manage Pull Requests on GitHub.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create, view, and manage Pull Requests on GitHub.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
A structured methodology for managing version control, remotes, and pull requests within the ZTVS repository.
Consolidates the standards for professional, gold-standard open-source development.
A skill for developing and integrating new vulnerability scanning plugins for the Zero Trust Vulnerability Scanner (ZTVS).
| name | pr-flow |
| description | Create, view, and manage Pull Requests on GitHub. |
Generate a Pull Request via GitHub CLI:
// turbo
gh pr create --base main --head <current-branch> --title "<type>: <summary>" --body "Implemented according to roadmap."
Verify PR status:
// turbo
gh pr status
List existing pull requests:
// turbo
gh pr list
View a specific pull request:
// turbo
gh pr view <pr-number>