Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

plan-review计划审查

Agent Skill

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

总安装

240

周安装

10

GitHub Stars

380

下载量

80
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kdcokenny/opencode-workspace --skill plan-review

简介

plan-review 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Plan Review

Load this skill when reviewing implementation plans (not code).

TL;DR

Systematic plan review focused on 3 quality categories: Citation Quality, Completeness, and Actionability. Structure is pre-validated by plan_save—focus on whether the plan provides actionable implementation guidance.

When to Use This Skill

  • When reviewing implementation plans before execution
  • When auditing plan quality after creation
  • When verifying plans meet documentation standards
  • As part of the plan validation workflow

Plan Review Checklist

1. Structure (Pre-validated)

Note: Saved plans are structurally validated by plan_save before storage. Format compliance (YAML frontmatter, status markers, CURRENT marker, numbering) is guaranteed. Focus your review on the quality aspects below.

2. Citation Quality

RequirementCheck
Decisions reference sourcesref:delegation-id format used
No unsubstantiated claimsArchitectural decisions cite research
Research phases show refsCompleted research tasks include citations
Citations are verifiableIDs match actual delegation outputs

Red Flags:

  • Decisions table with empty or - in Source column
  • Claims like "industry standard" or "best practice" without citation
  • Research tasks marked complete without → ref:id

3. Completeness

RequirementCheck
Goal is specificMeasurable outcome, not vague intent
Phases are logicalSequential, with clear progression
Edge cases consideredError handling, failure modes addressed
Notes section presentKey decisions and observations documented
Context & Decisions tableCaptures architectural choices with rationale

Goal Quality Examples:

  • ❌ "Improve authentication" (vague)
  • ❌ "Make it better" (unmeasurable)
  • ✅ "Add JWT authentication with refresh token support" (specific)
  • ✅ "Migrate user table to PostgreSQL with zero downtime" (measurable)

4. Actionability

RequirementCheck
Tasks are specificClear what file/component is affected
No ambiguous tasksAvoids "investigate" or "figure out" without scope
Dependencies clearSequential tasks show logical order
Implementation path obviousDeveloper can start without clarification

Actionability Examples:

  • ❌ "Set up the backend" (too vague)
  • ❌ "Make it work" (no implementation path)
  • ✅ "Create src/auth/jwt.ts with sign/verify functions" (specific file)
  • ✅ "Add bcrypt password hashing to UserService.create()" (clear scope)

Severity Classification

SeverityIconCriteriaAction Required
Critical🔴Missing citations for key decisions, no clear goal, unactionable tasksMust fix before execution
Major🟠Vague tasks, incomplete phases, missing edge case handlingShould fix
Minor🟡Missing notes, unclear dependencies, incomplete rationaleNice to fix
Nitpick🟢Style preferences, wording suggestionsOptional

Output Format

Structure your plan review as:

## Plan Review

### Files Reviewed
- `PLAN.md` (or plan content from `plan_read`)

### Overall Assessment
APPROVE | REQUEST_CHANGES | NEEDS_DISCUSSION

### Summary
2-3 sentence overview of plan quality.

### Issues

#### 🔴 Critical
- [Issue description with specific location]

#### 🟠 Major
- [Issue description with specific location]

#### 🟡 Minor
- [Issue description with specific location]

#### 🟢 Nitpick
- [Suggestion]

### Quality Assessment

| Check | Status |
|-------|--------|
| Goal is specific and measurable | PASS / FAIL |
| Citations support key decisions | PASS / FAIL |
| Tasks are actionable | PASS / FAIL |
| Edge cases addressed | PASS / FAIL |

### Positive Observations
- [What's done well - always include at least one]

What NOT to Do

  • Do NOT re-validate format—plan_save handles structural validation
  • Do NOT evaluate code quality (that's code-review's job)
  • Do NOT execute or modify the plan during review
  • Do NOT skip citation verification for decisions
  • Do NOT accept vague goals or ambiguous tasks
  • Do NOT forget to note positive observations

Adherence Checklist

Before completing a plan review, verify:

  • All 3 quality categories analyzed (Citations, Completeness, Actionability)
  • Severity assigned to each finding
  • Specific locations noted for all issues
  • Quality Assessment table completed
  • Positive observations noted
  • Output follows the standard format

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.99%
按下载量换算27

Claude

30.81%
按下载量换算25

Cursor

18.01%
按下载量换算14

Gemini CLI

10.25%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills