Claude Code Plugins

Community-maintained marketplace

Feedback

workbench-github

@bravellian/workbench
0
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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 github pr create TASK-0001 --fill

Create a draft PR targeting a base branch:

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 create is deprecated.
  • Use --fill to include the work item summary and acceptance criteria in the PR body.