Agent skill
workbench-quality
Generate and inspect repo-native testing evidence for Workbench quality reports.
Install this agent skill to your Project
npx add-skill https://github.com/incursa/workbench/tree/main/skills/workbench-quality
SKILL.md
Core workflow
- Treat
quality/testing-intent.yamlas the canonical authored testing-intent file. - Restore the pinned tool with
dotnet tool restore. - Generate raw evidence with
pwsh -File scripts/testing/run-quality-evidence.ps1orbash ./scripts/testing/run-quality-evidence.sh. - Normalize and summarize with
dotnet tool run workbench quality sync --results artifacts/quality/raw/test-results --coverage artifacts/quality/raw/coverage. - Inspect the current report with
dotnet tool run workbench quality showordotnet tool run workbench quality show --format json.
Path conventions
- Authored intent:
quality/testing-intent.yaml - Raw test results:
artifacts/quality/raw/test-results/*.trx - Raw coverage:
artifacts/quality/raw/coverage/*.cobertura.xml - Generated quality artifacts:
artifacts/quality/testing/
Guardrails
- Generated artifacts under
artifacts/quality/testing/are derived. Do not hand-edit them. - Keep the quality report advisory only. Do not add merge blocking or policy enforcement in this workflow.
- When test scope changes, update the authored contract before trusting the generated summary.
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?