github/bench-read
Read artifacts from the shared bench — the workspace where desks leave findings, verdicts, and work products for each other and the operator.
npx skills add https://github.com/github/awesome-copilot --skill bench-read
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
what desks exist and what they've produced.
worked on and where it left things. The most recent entry is
the current state.
the journals, read the specific files.
the operator what's there, what state it's in, and what needs
attention.
When one desk needs another desk's output:
instruction. You can disagree.
other — they leave artifacts and read each other's work.
means you assess independently.
attention, not what's routine.
Take github/bench-read from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.