en un clic
pr-flow
Create, view, and manage Pull Requests on GitHub.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Create, view, and manage Pull Requests on GitHub.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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).
Basé sur la classification professionnelle SOC
| 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>