审查实现计划中的遗漏、假设与步骤顺序,降低后续开发返工风险
该技能材料显示为开源的 prompt-only 计划审查说明,不要求密钥、未声明远程端点,也未体现本机代码执行能力,整体风险较低。需注意其说明中涉及读取/写入会话记忆与可能进行网页校验,但从现有材料看更像工作流指引而非独立高权限工具。
材料明确标注“需要的密钥/环境变量:无”,未见要求 API key、token 或其他敏感凭证,也未见凭证收集、存储或转发描述,凭证滥用面较低。
系统检查项与元数据均显示“远程端点 host:无”,README虽提到“Use web search to validate uncertain claims”,但未声明具体外发端点、服务商或默认数据上传行为;基于现有材料,未见明确网络外发设计。
该对象被标记为 prompt-only skill,文档主要描述审查计划、并行子代理与结果综合流程,未见安装脚本、命令执行、本机起进程或系统调用权限说明,因此没有明确代码执行红旗。
README指向读取`/memories/session/plan.md`并将结果保存到`/memories/session/plan-review.md`,说明其预期会访问并写入会话级内容;这属于技能工作流中的常规数据访问,当前未见超出计划审查目的的过度授权迹象,但仍应留意会话内容是否包含敏感信息。
来源为 GitHub 上的开源仓库,且归属 `microsoft/vscode-team-kit`,源码可审计,这些都是明显的降风险因素;但材料同时显示许可证未声明、社区采用为 0 star、维护状态未知,因此供应链可信度总体偏正面但仍建议保留基本审查。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "review-plan" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/review-plan/skills/review-plan/SKILL.md 2. 保存为 ~/.claude/skills/review-plan/SKILL.md 3. 装好后重载技能,告诉我可以用了
请审查下面的实现计划,重点检查是否有遗漏的需求、错误假设、依赖风险,以及任务拆分和执行顺序是否合理。请按“问题、影响、修改建议”输出,并给出是否可进入开发的结论: [粘贴计划内容]
一份结构化评审意见,指出计划缺口、风险点、顺序问题,并给出可执行的修改建议和是否可开工的结论。
这是 Plan agent 生成的 plan.md,请帮我做上线前评审。请检查范围是否清晰、验收标准是否完整、是否缺少测试和回滚方案,并列出必须修改项与可选优化项: [粘贴 plan.md]
一份面向交付的审查结果,包含范围、验收、测试、回滚等维度的检查,以及必须修改和可选优化清单。
请审查这份开发计划的步骤顺序,找出可能导致返工、阻塞或高风险的安排,并重排为更稳妥的执行顺序。请说明每一处调整的原因: [粘贴计划内容]
一版优化后的实施顺序,以及对原顺序问题和调整理由的逐项说明。
Your goal is to CRITICALLY review the given implementation plan. Provide thorough, constructive feedback that enhances the plan's quality and likelihood of successful execution and solving the stated goal.
Fan out parallel read-only subagents, each assigned a different plan-review area, then synthesize the highest-signal findings. Each subagent goes deep on one area, catching gaps a single pass misses.
Pick 2–4 areas based on the plan's complexity and risk profile.
| Area | Focus |
|---|---|
| Completeness | Missing requirements, unaddressed edge cases, gaps between the stated goal and proposed steps, unclear expected outcomes |
| Grounding | Technical soundness and factual accuracy — references to nonexistent or deprecated APIs, hallucinated functions, incorrect codebase assumptions, outdated versions. Use web search to validate uncertain claims. Suggest alternative approaches when the plan is fundamentally wrong |
| Sequencing | Dependency correctness between steps, parallelism opportunities missed, blocking-step identification, optimal ordering |
| Scope | Over-engineering, gold-plating, scope creep or under-specification, scope disproportionate to value delivered |
| Verification | Are verification steps specific, actionable, and covering the riskiest parts of the change? Missing test strategies |
| Risk | Unaddressed failure modes, migration risks, backward compatibility gaps, missing rollback strategy |
/memories/session/plan.md first.Launch 2–5 parallel subagents using the area prompts below. Each subagent works in isolation — do not share one area's findings with another before synthesis.
Each gets a self-contained prompt with its area, the plan location, and the return format. Subagents read the full plan from session memory themselves. Subagents may surface findings their area doesn't explicitly list — don't constrain them to only the listed focus items.
When all subagents return:
Always save the synthesized findings to session memory at /memories/session/plan-review.md. This makes them available for follow-up turns, plan revision, and cross-referencing during implementation.
/memories/session/plan.md), preserving the plan's existing structure.Before reporting a finding, ask: Does this change what a developer would actually do — or how likely the plan is to succeed? Ground every finding in something observable: a file that doesn't exist, an API that behaves differently, a requirement the steps don't cover, a sequence that creates rework.
…
分析 Azure DevOps 中 VS Code 滚动构建健康状况并定位失败提交范围
帮助开发者快速安装 Component Explorer 轻量环境并接入 AI 代理集成。
帮助用户快速忽略或清理指定的 GitHub 通知,减少收件箱干扰。
帮助用户管理 GitHub 通知线程的订阅状态,减少无关提醒干扰。
一键将 GitHub 通知全部标记为已读,快速清空消息待办。
帮助用户通过 gh 命令获取并查看 GitHub 通知列表,快速处理仓库动态。
调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
按批次执行详细计划并设置复核检查点,帮助任务稳步推进与纠偏
汇集多模型独立方案与辩论,辅助实现路径和架构决策
为工程师生成分步实施计划,帮助在陌生代码库中快速落地任务。
从正确性、测试、安全与性能等维度进行深入代码审查并给出改进建议
在设计完成后,为缺乏上下文的工程师生成可执行的详细实施计划。