Best for
- Starting a session and need to see what other desks have produced
- Reviewing work before routing it to another desk
- The operator asks "what's on the bench?" or "show me what desk X found"
github/awesome-copilot/skills/bench-read/SKILL.md
Read artifacts from the shared bench — the workspace where desks leave findings, verdicts, and work products for each other and the operator.
Decision brief
Read artifacts from the shared workspace (the bench) where desks leave work products for each other.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/github/awesome-copilot --skill "skills/bench-read"Inspect the Agent Skill "bench-read" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/bench-read/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. List what's there. Start with the directory structure to see what desks exist and what they've produced.
Starting a session and need to see what other desks have produced
The bench is /bench/ — the shared workspace directory that workshop-create establishes for cross-desk work. It's not a message queue or a chat channel — it's files. When Desk A produces a finding and Desk B needs to review it, the finding is a file in bench/. When the operator a…
The primary shared location is the bench/ directory at the workshop root — the designated cross-desk workspace. Desk-local artifacts under desks// are a secondary source: read them when you need a specific desk's own work, but shared artifacts belong in bench/.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 72/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 37,126 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Read artifacts from the shared workspace (the bench) where desks leave work products for each other.
The bench is <workshop>/bench/ — the shared workspace directory
that workshop-create establishes for cross-desk work. It's not a
message queue or a chat channel — it's files. When Desk A produces
a finding and Desk B needs to review it, the finding is a file
in bench/. When the operator asks "what did the scanning desk
find?" — you read the bench.
Typical bench artifacts:
The primary shared location is the bench/ directory at the
workshop root — the designated cross-desk workspace. Desk-local
artifacts under desks/<desk-name>/ are a secondary source: read
them when you need a specific desk's own work, but shared artifacts
belong in bench/.
<workshop>/
bench/ # PRIMARY — shared cross-desk artifacts
<findings, verdicts, drafts, reports>
desks/<desk-name>/ # secondary — a desk's own workspace
journal.md # the desk's memory
<artifacts> # work still local to this desk
List what's there. Start with the directory structure to see what desks exist and what they've produced.
Read journals first. Each desk's journal tells you what it worked on and where it left things. The most recent entry is the current state.
Read artifacts second. Once you know what to look for from the journals, read the specific files.
Summarize for the operator. Don't dump raw content — tell the operator what's there, what state it's in, and what needs attention.
When one desk needs another desk's output: