بنقرة واحدة
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>