一键导入
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>