# Workbench Github

> GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions. Use when this capability is needed.

- Skill: `tomevault-io/workbench-github` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/workbench-github`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/workbench-github/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/workbench-github

---


## Key settings

- [`.workbench/config.json`](../../.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 WI-WB-0001 --fill
```

Create a draft PR targeting a base branch:
```bash
workbench 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 github pr create`; `workbench pr create` is deprecated.
- Use `--fill` to include the work item summary and acceptance criteria in the PR body.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bravellian) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

