Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

review审查

Agent Skill

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

总安装

1,711

周安装

72

GitHub Stars

1

下载量

599
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/open-horizon-labs/skills --skill review

简介

review 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它主要面向研究检索类任务,可辅助 Agent 从多个维度组织信息。
  • 通过 npx skills add 命令安装指定仓库中的 skill 模块即可调用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/review

A second opinion before committing. Checks alignment between intent and execution, detects drift, and decides: continue, adjust, or salvage.

Part of the Intent → Execution → Review loop at every scale — from a single commit to a multi-week project. Review closes the loop.

When to Use

Invoke /review when: before committing, at natural pause points, something feels off, scope seems to have grown, or before PRs.

Do not use when: You're in deep flow and making progress. Review at natural breaks, not arbitrary intervals.

Review Lenses

Default to the core workflow review in this file. When the artifact being reviewed needs a sharper domain lens, load the matching supporting reference:

Use these as lenses, not replacement workflows. The final review still answers the core /review questions: aim, alignment, sufficiency, mechanism, drift, completion, and next action.

The Review Process

Step 1: State the Original Aim

"The aim was: [original intent in one sentence]"

If you can't state the aim clearly, that's the first finding.

Step 2: Check Alignment

Ask five questions. Keep them artifact-neutral; load a review lens only when the artifact needs domain-specific judgment.

  1. Necessary? — Does this still need to exist now, or did speculative work creep in?
  2. Aligned? — Does the current work still serve the original aim?
  3. Sufficient? — Is this enough for the aim without unnecessary scope, abstraction, or entanglement?
  4. Mechanism clear? — Can you state why this approach should produce the intended outcome?
  5. Complete? — Are promised characteristics, dependencies, verification, and handoff covered?

If RNA MCP is available, check work against guardrails (oh_search_context with artifact_types: ["guardrail"]) and declared outcomes (outcome_progress).

Step 3: Detect Drift

Drift is the gap between where you started and where you are. Explicitly name any drift found:

Scope Drift — task grew beyond original boundaries Solution Drift — approach changed from plan Goal Drift — aim itself shifted without explicit decision

For each drift:

Drift: [type]
Started as: [original]
Became: [current]
Impact: [what this means]

Step 4: Decide Next Action

DecisionWhenAction
ContinueAligned, on trackProceed with confidence
AdjustMinor drift, recoverableCorrect course and continue
PauseUnclear aim or major questionsStop, clarify, then resume
SalvageSignificant drift, restart neededExtract learning with /salvage

If the review surfaces new hard constraints, record them (oh_record_guardrail_candidate).

Output Format

## Review Summary

**Aim:** [original intent]
**Status:** [Continue / Adjust / Pause / Salvage]

### Alignment Check
- Necessary: [Yes/No - brief note]
- Aligned: [Yes/No - brief note]
- Sufficient: [Yes/No - brief note]
- Mechanism clear: [Yes/No - brief note]
- Changes complete: [Yes/No - brief note]

### Drift Detected
[List any drift found, or "None detected"]

### Needs Human Verification
Claims that cannot be self-checked by the model and require independent human judgment:
- [claim or assumption that needs external confirmation]
- [one-way decision that was not independently challenged]
- [delivered characteristic that was asserted but not externally observed]

If this section is empty, say why. Model-generated review of model-generated work shares the same blindspots. The purpose of this section is to route the right questions to the actual human checkpoint (PR review, stakeholder sign-off, manual test) rather than pretending the model can answer them.

### Decision
[Reasoning for the status decision]

### Next Steps
[Concrete actions to take]

Completion Gate (Before "Done")

When the user or agent claims work is complete, verify:

  1. Intent clear? — Can you state what changed and why in one sentence?
  2. Work reviewed? — Has the actual artifact been checked against the stated intent?
  3. Evidence present? — Are the relevant checks, examples, or observations recorded?
  4. Feedback handled? — Have review comments or open objections been resolved or explicitly deferred?
  5. Declared criteria delivered? — Were promised characteristics verified, not merely claimed?
  6. Needs Human Verification surfaced? — Have claims the model cannot self-check been flagged for human attention?

If incomplete:

"Completion gate: [missing step]. Run the check before marking complete."

Session Persistence

Reads: Aim, Problem Statement, Solution Space, Execute status, Ship status — essential for detecting drift and judging whether declared criteria were delivered.

Writes: Review assessment including contract verification:

## Review
**Updated:** <timestamp>
**Verdict:** [ALIGNED | DRIFTED | BLOCKED]

[review findings, drift analysis, contract verification, recommendations]

Position in Framework

Comes after: /execute (natural checkpoint after building). Leads to: /ship if aligned, /salvage if drifted, back to /aim if fundamentals are unclear. This is the gate: Review decides whether to continue, adjust, or restart.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.26%
按下载量换算205

Claude

30.02%
按下载量换算180

Cursor

19.46%
按下载量换算117

Gemini CLI

9.79%
按下载量换算59

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills