boss:review

boss:review is a command for Claude Code from echoVic/boss-skill. It costs 46 tokens per session (678 once invoked), scanned A, original, MIT.

A command that reviews code, architecture, or planning documents for technical risks and writes a review report without changing the code.

In plain words
What is it for?
Use it for pull-request reviews, architecture checks, risk assessments, and pre-release technical checklists.
Why use it?
It gives you a recorded assessment of design choices, likely problems, and the parts of the system that could be affected by a change.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for gstack.

Part of the boss-skill plugin — 28 skills, 7 commands, 9 agents, 8 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/echovic/boss-skill/boss-review
Clone the repo
git clone --depth 1 https://github.com/echoVic/boss-skill

Made for: Claude Code.

Or install boss-skill, the plugin that ships this one along with the rest of its 28 skills, 7 commands, 9 agents, 8 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boss:review

README.md
[![agentmods](https://agentmods.dev/badge/commands/echovic/boss-skill/boss-review.svg)](https://agentmods.dev/commands/echovic/boss-skill/boss-review)
Your own site
<a href="https://agentmods.dev/commands/echovic/boss-skill/boss-review"><img src="https://agentmods.dev/badge/commands/echovic/boss-skill/boss-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00678
Opus 5 $0.00023 $0.00339
Sonnet 5 $0.00009 $0.00136
Haiku 4.5 $0.00005 $0.00068

Measured 6d ago against content hash 2d8bade4ed1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

boss:review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/commands/boss-review.md · 45 lines

What it actually says

/boss:review — 单环节:技术评审(Tech Lead)

/boss:review 是 Boss 流水线的评审环节独立入口。以 Tech Lead 身份对现有代码、架构或规划产物做技术评审与风险评估,产出 tech-review.md只读评审,不改代码。

这是 gstack /review 的对应能力,但带 Boss 的可追溯产物:评审结论落在 .boss/<feature>/tech-review.md,可被后续阶段或门禁引用。

适合 / 不适合

适合 /boss:review 不适合
对已有代码/PR 做技术评审、风险打分 想让 agent 直接改代码(用 /boss 或直接编辑)
评审 /boss:plan 产出的架构 需要跑测试证据(用 /boss:qa
上线前的技术风险 checklist 纯代码解释问答(直接读)

执行步骤

  1. 读取 SKILL.md 取得不变量;本命令只执行 Tech Lead 评审,不派发开发/QA/DevOps。
  2. 确定评审目标:
    • 有 feature slug 且 .boss/<feature>/ 存在 → 评审其 prd.md / architecture.md / 代码。
    • 只给了代码路径或 PR → 归一化一个 slug,评审对应代码。
  3. 读取 agents/boss-tech-lead.mdskills/tech-lead/code-review/SKILL.mdskills/tech-lead/technical-standards/SKILL.md
  4. 以 Tech Lead 身份产出 tech-review.md(模板 templates/tech-review.md.template):技术选型合理性、风险等级、Blast Radius、必须修复项。
  5. 若挂在完整流水线上:boss runtime record-artifact <feature> tech-review.md 2;独立使用时可只产出文档。
  6. 输出:评审结论、风险等级、阻塞项、建议下一步(可接 /boss:qa/boss --continue-from 3)。

用法

/boss:review                       # 评审当前项目
/boss:review src/auth               # 评审指定目录
/boss:review user-auth              # 评审已有 .boss/user-auth 产物

选项

参数 说明
--lang <zh|en> 评审文档语言(默认 zh)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 45 lines · 46 tokens per session scan A 2d8bade4ed1f

Subscribe to this mod's changes

boss:review is a command published in the GitHub repository echoVic/boss-skill (553 stars, last pushed 6d ago), licensed MIT. It adds 46 tokens to every session and 678 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.