Token导航 LogoToken导航TokenDH.com
研究检索可写文件github未标认证来源可访问许可证需确认审计未展示

pm%3areviewpm%3 查看

Agent Skill

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

总安装

279

周安装

12

GitHub Stars

公开资料未说明

下载量

98
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/cloudvoyant/codevoyant --skill pm:review

简介

用于查找、检索和筛选评审相关资料。

  • 适合根据关键词快速定位评审意见、反馈记录或改进建议。
  • 使用时需明确评审对象和时间范围。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 安装前建议确认权限范围和维护状态。
  • pm%3areview 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Compatibility: If AskUserQuestion is unavailable, present options as a numbered list and wait for the user's reply. If Task is unavailable, run parallel steps sequentially.

Review a product roadmap for quality, prioritization, and strategic coherence.

Step 0: Parse arguments and load artifact

Accept a roadmap file path or slug. Default to the most recently modified file in .codevoyant/roadmaps/.

ROADMAP_PATH="${1:-}"
SILENT=false
[[ "$*" =~ --silent ]] && SILENT=true

If ROADMAP_PATH not provided, find the most recent file:

ls -t .codevoyant/roadmaps/*.md 2>/dev/null | head -1

Set ROADMAP_FILE. Read the file. Parse flags: --silent.

Step 1: Run parallel review agents

Launch 3 review agents (model: claude-haiku-4-5-20251001, run_in_background: true) in a single message:

  • Agent R1 — Prioritization: Does the ordering across capability tiers reflect the stated strategic goal? Are any must-have outcomes deferred to Tier 2/3?
  • Agent R2 — Capability quality: For each capability in each tier, check:

- Name is outcome-oriented (not "ship X" or "build Y") — if solution-phrased, flag CRITICAL - "What it enables" describes a user or business outcome, not a deliverable — if deliverable-phrased, flag CRITICAL - "Why now" rationale is present and specific — if absent, flag INFORMATIONAL - Key bets are present (2–4 bullets) — if missing, flag INFORMATIONAL

  • Agent R3 — Strategic coherence: Does the roadmap tell a coherent story? Are themes consistent across tiers? Does the "What We Are NOT Doing" section contain explicit deferrals?

Wait for all three. Synthesize results.

Step 2: Two-pass classification

Pass 1 — CRITICAL (must resolve before approving)

  • Capability name or "what it enables" phrased as a deliverable (ship/build/add/create)
  • Missing strategic goal section
  • Tier 1 capabilities that contradict each other (shipping both requires mutually exclusive implementation choices)
  • Missing "What We Are NOT Doing" section

Pass 2 — INFORMATIONAL

  • "Why now" rationale absent or vague
  • Key bets missing for a capability
  • Open questions section absent
  • Tier assignments that seem misaligned with strategic goal

Step 3: Fix-First

Auto-fix without confirmation:

  • Missing "What We Are NOT Doing" section: append with [TODO: list explicit deferrals]
  • Missing "Open Questions" section: append with questions generated from Pass 1/2 findings

Flag for user decision:

  • Capability phrased as deliverable (user must decide the outcome)
  • Tier assignment disputes (user decides prioritization)

Step 4: Present review inline

Output the full review report directly in the chat as structured markdown — do not write a file:

## pm:review — {filename} — {date}

**Overall verdict:** Ready | Needs fixes | Blocked

**Findings:** {N} critical, {N} informational

### Critical Issues
{list — each labeled AUTO-FIXED or [needs your decision]}

### Informational
{list — each labeled AUTO-FIXED or noted for awareness}

### Looks good
{specific positives anchored to actual content}

### Auto-fixes applied
{list of edits made directly to the roadmap file}

### Suggested next steps
{ordered list}

Step 5: Interactive resolution (if not --silent)

If not --silent, surface all user-decision items one at a time via AskUserQuestion.

After resolving all items, ask:

AskUserQuestion:
  question: "Roadmap review complete. What next?"
  header: "Next step"
  options:
    - label: "Approve — run pm:approve"
    - label: "Update — run pm:update"
    - label: "Done for now"

Step 6: Notify

if [ "$SILENT" != "true" ]; then
  npx @codevoyant/agent-kit notify \
    --title "pm:review complete" \
    --message "Review complete for {filename}: {N} critical, {N} informational"
fi

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

36.28%
按下载量换算36

Claude

30.12%
按下载量换算30

Cursor

16.61%
按下载量换算16

Gemini CLI

8.79%
按下载量换算9

安全审计

暂无安全审计结果可展示。

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

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

来源信息

继续浏览同类 Skills