Agent skill
workbench-github
GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/workbench-github
SKILL.md
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:
bash
workbench github pr create TASK-0001 --fill
Create a draft PR targeting a base branch:
bash
workbench 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 github pr create;workbench pr createis deprecated. - Use
--fillto include the work item summary and acceptance criteria in the PR body.
Didn't find tool you were looking for?