bravellian avatar

workbench-github

GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub

作者 bravellian|オープンソース

Key settings

  • .workbench/config.json: github.owner, github.repository, github.host, git.defaultBaseBranch.
  • Ensure GitHub auth is configured (token or gh auth login).

Commands

Create a PR from a work item:

workbench.ps1 github pr create WI-WB-0001 --fill

Create a draft PR targeting a base branch:

workbench.ps1 github pr create WI-WB-0001 --draft --base main --fill

Output

  • PR URL printed to stdout or returned in JSON.
  • Work item front matter updated with the PR link.

Guardrails

  • Prefer workbench.ps1 github pr create; workbench.ps1 pr create is deprecated.
  • Use --fill to include the work item summary and acceptance criteria in the PR body.