ワンクリックで
pr-flow
Create, view, and manage Pull Requests on GitHub.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create, view, and manage Pull Requests on GitHub.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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>