← Back to list

workbench-github
by bravellian
CLI to manage work items + docs (specs/ADRs) and sync them with GitHub issues/branches/PRs.
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: workbench-github description: GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.
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 TASK-0001 --fill
Create a draft PR targeting a base branch:
workbench.ps1 github pr create TASK-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 createis deprecated. - Use
--fillto include the work item summary and acceptance criteria in the PR body.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

