Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

review-team审查小组

Agent Skill

review-team 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

318

周安装

13

GitHub Stars

7

下载量

102
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:review-team(审查小组)
来源仓库:https://github.com/btraut/skills
仓库路径:skills/review-team
安装命令:
npx skills add https://github.com/btraut/skills --skill review-team
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/btraut/skills --skill review-team

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 根据关键词或任务场景从来源仓库中获取线索,支持多种宿主环境。
  • 通过 npx skills add 命令安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写操作。
  • review-team 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Review Team

Use this skill when review quality matters and one reviewer would miss things.

Load references in this order

  • references/scope-discovery.md
  • references/intent-discovery.md
  • references/preflight-risk-model.md
  • references/persona-selection.md
  • references/orchestration.md
  • references/subagent-template.md
  • references/findings-schema.json
  • references/merge-normalization.md
  • references/arbiter-pass.md
  • references/action-synthesis.md
  • references/severity-rubric.md
  • references/output-format.md
  • references/personas/catalog.md
  • Only the selected persona files in references/personas/

Workflow

  1. Resolve review scope

- If there are working-copy changes, treat those as the default scope. - If working copy is clean, inspect unpushed commits and decide if they are the intended scope. - If scope is ambiguous, ask the user one direct question with options.

  1. Understand intent before reviewing

- Gather intent from conversation context, commit messages, PR/bead references, and docs. - If intent is still fuzzy, ask one short clarifying question.

  1. Run preflight profile and risk tagging

- Measure file count, changed lines, file types, and critical-path indicators. - Apply references/preflight-risk-model.md and record risk tags. - Use this profile as input for persona scoring and concurrency plan.

  1. Choose personas and assignment matrix

- Score personas with deterministic rules from references/persona-selection.md. - Build disjoint ownership slices by directory, service, or commit chunk. - Duplicate overloaded personas for large scopes (-a, -b, -c).

  1. Announce execution note before spawn

- Publish scope, intent, risk summary, reviewer designations, and wave plan. - This is progress reporting, not a blocking confirmation step.

  1. Spawn sub-agents with hard constraints

- Respect platform sub-agent limits when known. - If no clear limit is available, use a conservative cap of 6 concurrent sub-agents and run in waves. - Sub-agents are reviewers only; they do not edit code. - Each sub-agent must return JSON that matches references/findings-schema.json.

  1. Merge and normalize findings

- Apply references/merge-normalization.md for validation, dedupe, and reconciliation. - Reconcile severity with references/severity-rubric.md. - If conflicts remain after merge rules, run targeted arbitration from references/arbiter-pass.md. - Keep only actionable findings with concrete code evidence. - Suppress findings below 0.50 confidence.

  1. Synthesize top actions

- Derive grouped remediation actions from merged findings using references/action-synthesis.md. - Prioritize actions by severity and confidence.

  1. Produce one final report

- Organize primarily by severity. - Include secondary domain summary plus coverage gaps. - Do not output an overall pass/fail verdict. - Keep the report issues-first and actionable.

Non-negotiables

  • No style-only nits unless they carry real operational risk.
  • Every finding must include concrete file and line references.
  • Every finding must include evidence and confidence.
  • Suppress findings below 0.50 confidence.
  • Sub-agent output must conform to references/findings-schema.json.
  • If no actionable findings exist, say so directly and list residual risks/testing gaps.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.7%
按下载量换算35

Claude

27.76%
按下载量换算28

Cursor

19.74%
按下载量换算20

Gemini CLI

8.74%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/btraut/skills --skill review-team 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills