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

nobs-review诺布斯评论

Agent Skill

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

总安装

291

周安装

12

GitHub Stars

8

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/samzong/samzong --skill nobs-review

简介

检索和筛选特定领域的技术评论与市场观点。

  • 适合在做技术选型或竞品分析时获取第三方见解。
  • 可按关键词、发布时间或影响力排序结果。nobs-review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 来源多样但权威性不一,需交叉验证关键结论。
  • 建议结合官方文档和其他可靠渠道综合判断。

SKILL.md

Review

Multi-model review without runtime interception.

  • A single shared contract per review: .reviews/<review_id>/contract.json
  • Rounds accumulate in: .reviews/<review_id>/rounds/rNNN/

Interaction Order

  1. Run initialization. Report detected development tool and confidence level.
  2. Report risk analysis.
  3. Report recommended reviewers.
  4. Prompt the user to confirm or override selections.
  5. Execute the review.

IF detected development tool confidence is low, THEN state the low confidence and proceed.

Workflow

1) Init

python3 skills/nobs-review/scripts/init_review.py --task "<what to review>"

To override tool detection:

python3 skills/nobs-review/scripts/init_review.py --task "<what to review>" --dev-tool claude

To refresh an existing review and preserve history:

python3 skills/nobs-review/scripts/init_review.py --id <review_id> --task "<updated scope>" --refresh

The init command performs the following actions:

  • Detects the current development tool.
  • Analyzes diff risk.
  • Pre-enables recommended reviewers in the contract.
  • Sets .reviews/.active_review_id.

2) Confirm Reviewers

Perform the following checks in .reviews/<id>/contract.json:

  • reviewers[].enabled
  • reviewers[].command_template

Accept the recommendation or select custom reviewers.

3) Run Round

python3 skills/nobs-review/scripts/run_review.py --id <review_id> --round auto

Or use the active ID:

python3 skills/nobs-review/scripts/run_review.py --round auto

To limit reviewers:

python3 skills/nobs-review/scripts/run_review.py --id <review_id> --round auto --reviewers codex_high,claude_opus

4) Merge Findings

python3 skills/nobs-review/scripts/merge_review.py --id <review_id> --round latest

The --round auto argument is treated as latest during the merge operation.

Outputs per round include: merged.md and resolution.md located in .reviews/<id>/rounds/rNNN/. The latest pointers at the review root (merged-latest.md, resolution-latest.md) are ephemeral. They are overwritten on each subsequent merge.

For persistent checklist edits, use the round-scoped resolution.md.

5) Review Auto-Fix Candidates

After merging, check auto-fix-candidates.md in the round directory or auto-fix-candidates-latest.md at the review root.

Findings listed in this file satisfy both conditions:

  • fix_determinism = high (exactly one correct fix, no judgment required)
  • fix_scope = local (change confined to 1–3 lines within a single function)

Perform the following steps for each fix:

  • Apply the fix.
  • Mark Applied: [x].
  • Commit the changes.
  • Run a new round to verify: python3 skills/nobs-review/scripts/run_review.py --round auto python3 skills/nobs-review/scripts/merge_review.py --round latest

Findings not appearing in auto-fix-candidates.md require human judgment and are tracked in resolution.md.

The auto_fix_threshold in contract.json → policy controls the boundary:

"auto_fix_threshold": { "determinism": "high", "scope": "local" }

To expand the set of auto-fix candidates, raise determinism to medium or scope to cross-file.

6) Fix and Re-review

python3 skills/nobs-review/scripts/run_review.py --id <review_id> --round auto
python3 skills/nobs-review/scripts/merge_review.py --id <review_id> --round latest

This process creates r001 -> r002 ->..., preserving history.

Rules

  • IF a reviewer CLI is missing, THEN fail and do not fake the output.
  • IF JSON output is invalid, THEN keep raw output and mark the parse as failed.
  • No single round constitutes the final truth; comparison across multiple rounds is required.

Output Contract

Notes

  • Deterministic logic resides in scripts; this skill is intentionally thin.
  • For high-risk diffs, employ at least two strong reviewers.
  • The user determines the final reviewer set; recommendations are advisory.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.76%
按下载量换算37

Claude

29.88%
按下载量换算28

Cursor

19.06%
按下载量换算18

Gemini CLI

9.33%
按下载量换算9

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills