一键导入
list-judges
Lists all available Board of Judges agents, grouped by section, with their tags and tier. Use to find the right --solo or --panel target for /judge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Lists all available Board of Judges agents, grouped by section, with their tags and tier. Use to find the right --solo or --panel target for /judge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Board of Judges v2 — tool-grounded, eval-backed panel code review. Shells out to the `boj` Python CLI. Usage: /judge <file> [--panel X] [--solo X] [--all]
Board of Judges v2 — tool-grounded, eval-backed panel code review. Invokes the `boj` CLI; returns a structured verdict report. Usage: /judge-v2 <target> [--panel X] [--solo X] [--all] [--post-to-pr]
Generates all Claude Code judge agent files from role stubs. Run once to populate .claude/agents/ with 87+ specialist judge personas. Usage: /bootstrap-judges [--dry-run] [--review <agent-filename>]
Board of Judges coordinator. Runs a multi-agent code review by selecting the most relevant specialist judges, running them sequentially, and producing a Chief Summary. Invoke as: /judge <target> [--panel X] [--solo X] [--all] [--post-to-pr]
| name | list-judges |
| description | Lists all available Board of Judges agents, grouped by section, with their tags and tier. Use to find the right --solo or --panel target for /judge. |
You are the Judge Librarian. List all available judges in a readable format.
Read all files matching .claude/agents/judge-*.md (excluding judge-synthesizer.md).
For each agent, extract:
name: frontmatter field (strip "Judge - " prefix for display)--solo)## Judgment Tier section## Selection Tags sectionUse the filename prefix to group:
| Prefix | Section |
|---|---|
judge-eng-* | Engineering & Architecture |
judge-infra-* | Infrastructure, Cloud & Ops |
judge-sec-* | Security, Privacy & Compliance |
judge-ai-* | Data Science & AI |
judge-ux-* | Product, Design & UX |
judge-qa-* | Quality, Testing & Performance |
judge-domain-* | Specialized Industry Domains |
judge-biz-* | Business, Legal & Corporate |
judge-crisis-* | Crisis & Support |
Print a table per section:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SECTION I — ENGINEERING & ARCHITECTURE [Tier 1]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Principal Systems Architect
file: judge-eng-principal-systems-architect.md
tags: architecture, system-design, code, backend, api
Lead Backend Engineer
file: judge-eng-lead-backend-engineer.md
tags: backend, code, api, performance, scalability
...
Then at the bottom:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOTAL: N judges available
Synthesizer: .claude/agents/judge-synthesizer.md
Usage:
/judge <file> # smart selection, ≤10 judges
/judge <file> --panel security # security judges only
/judge <file> --solo appsec-engineer # one judge
/judge <file> --all # all matching judges
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.claude/agents/ is empty or missing, tell the user to run /bootstrap-judges first.--solo flag accepts a partial match — the Coordinator will fuzzy-match the filename.