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

execplan-review执行计划审查

Agent Skill

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

总安装

474

周安装

19

GitHub Stars

公开资料未说明

下载量

154
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/skarian/codex-skills --skill execplan-review

简介

execplan-review 对 ExecPlan 进行端到端完整性审查。

  • 适用于验证计划可行性并识别潜在阻塞点。execplan-review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 自动追溯关联代码文件并评估执行置信度。
  • 通过 GitHub 安装,需确保所有引用文件可访问。
  • 输出包含改进建议与风险提示的专业评审意见。

SKILL.md

ExecPlan Review

Trigger: use when the user requests a review of the ExecPlan.

Now that you have put together the execplan, please spend some time reviewing it end to end (full file, no greps). Review all source code files directly referenced by the execplan, then discover additional impacted files by tracing changed contracts/interfaces/data boundaries to immediate dependents.

Once you have reviewed all relevant files (and don't be shy, I expect you to use all your context window in this review), rate your confidence in the ability for you to execute the execplan as-is without intervention.

Consider factors like if the plan unintentionally introduces bugs, bad side-effects, if we need to reconsider our approach from first principles, any potential AI drift / slop.

Calibrate for pragmatism:

  • Include only material, evidence-backed risks that are likely to cause regressions, blocked execution, or significant rework.
  • Do not list speculative or low-value cautions that add process friction without a clear risk payoff.
  • Prefer the smallest set of findings needed to execute safely.

Complexity and scope control:

  • Only propose added plan structure when it clearly reduces a named delivery risk tied to acceptance criteria, correctness, or rollback safety.
  • Reject additions that increase plan surface area (more moving parts to coordinate) without lowering the probability or impact of failure.
  • Confidence is about executability of current contracts, not document length, milestone count, or added structure.
  • Do not add complexity solely to increase confidence.
  • Examples to reject: splitting one tightly coupled change into multiple ExecPlans, adding optional modes or extension hooks not required by acceptance criteria, broad refactors outside requested behavior, extra review gates that do not reduce defect or rollback risk, and helper artifacts that are not part of the delivered system.

Before assigning confidence, verify the ExecPlan includes enough code contracts for reliable execution without guesswork. At minimum, check for:

  • Concrete file/module touchpoints
  • API/function/interface boundaries expected to change
  • Data shapes/schema expectations at boundaries
  • Invariants and error-handling expectations
  • Verification steps that prove those contracts are satisfied

If impacted files are missing from the ExecPlan:

  • Flag each missing file as a finding.
  • Propose adding those file touchpoints to the ExecPlan.
  • For every non-referenced file included in review, state the concrete reason (shared contract, call path, schema boundary, or test coverage impact).
  • Do not expand further unless a material risk remains unverified.

If multiple active ExecPlans exist, evaluate whether they must be reviewed together:

  • Enumerate active plans from .agents/execplans/INDEX.md before deciding coupling.
  • Split into multiple ExecPlans only when there are independent acceptance criteria, independent rollout/rollback boundaries, or independently shippable outcomes.
  • If active ExecPlans share files, contracts/interfaces, or dependency order, review and reason about them in tandem as one system.
  • If active ExecPlans are independent, review them independently to avoid unnecessary cross-plan coordination.
  • When plans are coupled, require each plan's Context and Orientation section to list related Plan IDs, shared contracts/interfaces, and required execution order.

Provide your confidence rating on a scale of 0-100%, if the rating is below 95% then you must provide a list of proposals to bridge the gap or propose rejecting the execplan in its entirety

Output format (use this):

  • Confidence: <N>%
  • Key risks (numbered, material-only):...
  • Code-contract gaps (numbered):...
  • Split recommendation: none | required (why)
  • Cross-plan coupling: none | present (plans/contracts/order)
  • Proposals if <95% (numbered, lowest-friction-first):...
  • If confidence >=95%: Proposals: none
  • Proposal complexity cost: N/A when there are no proposals; otherwise low | medium | high per proposal
  • For each proposal, include: risk reduced, added complexity, and why the tradeoff is net-positive.
  • For numbered findings/proposals, put each bullet on its own line; never combine multiple bullets onto one line.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.59%
按下载量换算50

Claude

31.4%
按下载量换算48

Cursor

20.01%
按下载量换算31

Gemini CLI

10.09%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills