Agent skill

bench-read

Read artifacts from the shared bench — the workspace where desks leave findings, verdicts, and work products for each other and the operator.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill bench-read --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/bench-read/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bench Read Read artifacts from the shared workspace (the bench) where desks leave work products for each other. ## When to use - 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" - A desk needs context from another desk's output ## What the bench is 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: - **Findings** — scan results, analysis output, data - **Verdicts** — a desk's assessment of another desk's findings - **Drafts** — work-in-progress documents, PRs, proposals - **Reports** — summaries, dashboards, status updates ## Where to look 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 so

What's inside
Steps it walks through
  1. When to use
  2. What the bench is
  3. Where to look
  4. How to read
  5. Cross-desk context
  6. Principles
More from awesome-copilot
All skills →
About this skill
What does the bench-read skill do?

Read artifacts from the shared bench — the workspace where desks leave findings, verdicts, and work products for each other and the operator.

How do I install it?

Run `npx skills add github/awesome-copilot --skill bench-read --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going