Agent skill
workbench-github
GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.
Install this agent skill to your Project
npx add-skill https://github.com/incursa/workbench/tree/main/.codex/skills/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:
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 createis deprecated. - Use
--fillto include the work item summary and acceptance criteria in the PR body.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
workbench-architecture
Architecture and ADR workflows for Workbench CLI. Use when documenting system design, decisions, tradeoffs, or rationale that must be tracked over time.
dotnet-build-diagnostics
Capture dotnet environment and CI-style build diagnostics with binlog and summary output.
dotnet-test-triage
Run dotnet test, capture failed test cases, and generate a rerun filter plus a markdown failure summary. Use when test runs fail and you need a focused rerun command or a compact failure report.
dotnet-symbol-grep-recipes
Quick ripgrep recipes for common C# navigation tasks in this repo.
workbench-docs
Documentation workflows for Workbench CLI. Use when creating or updating specs, ADRs, runbooks, guides, or general docs, and when syncing backlinks or change notes.
workbench-work-items
Work item management for Workbench CLI. Use when creating, updating, linking, or closing work items and tracking execution status.
Didn't find tool you were looking for?