Agent skill
example-skill
Short summary of what this skill accomplishes.
Install this agent skill to your Project
npx add-skill https://github.com/incursa/workbench/tree/main/.codex/skills/_template
SKILL.md
When to use
Describe the scenarios where this skill applies.
Inputs
List the required inputs (e.g., branch name, feature flag, environment variables).
Steps
- Outline the ordered steps to execute the skill.
- Include commands or files to update.
- Note any approvals or checkpoints.
Output
Clarify the expected result (e.g., tests passing, artifacts produced, documentation updated).
Guardrails
Call out risks, rollback steps, and links to references or monitoring dashboards.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
workbench-github
GitHub workflows for Workbench CLI. Use when creating pull requests from work items or wiring GitHub-specific actions.
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.
Didn't find tool you were looking for?