调用多模型交叉审查代码变更、PR与高风险修改,辅助发现缺陷与争议点
该技能材料显示其为开源的纯提示型代码审查技能,不要求密钥、未声明远程端点,也不描述本地执行或数据写入能力,整体风险较低。主要注意点在于其会引导模型读取代码变更进行评审,因而涉及对当前工作区内容的只读访问范围,但未见明显越权或外发红旗。
材料明确标注无需密钥或环境变量,未见请求 API token、账号凭证或其他敏感认证信息的说明,因此凭证泄露与滥用面较小。
未声明任何远程端点,且系统检查项为 prompt-only;README 主要描述审查流程与多模型协作提示,未见将用户代码或数据发送到第三方服务的明确说明。
材料将其描述为只读审查技能,未见安装脚本、命令执行、启动本地进程或调用系统能力的说明;从提供事实看,不具备代码执行特征。
该技能用途是审查 diff、PR 和代码变更,按功能需要会读取当前仓库或指定文件集内容;这属于代码审查类技能的常规只读访问,未见写入、删除或超出声明范围的数据权限申请。
来源为 GitHub 上的开源仓库,代码可审计,且系统已判定为 open-source;虽 star 为 0、许可证未声明、维护状态未知,降低了成熟度信号,但目前未见闭源外发、可疑安装链或明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "council-review" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode-team-kit/main/model-council/skills/council-review/SKILL.md 2. 保存为 ~/.claude/skills/council-review/SKILL.md 3. 装好后重载技能,告诉我可以用了
请对这个 PR 做多模型交叉审查,重点检查逻辑错误、边界条件、可维护性和潜在回归风险,并汇总一致意见与分歧点。
一份综合审查结果,包含主要问题、风险等级、修复建议,以及不同模型意见的共识与分歧。
请让多个模型独立检查最近这批代码改动,找出可能引入的 bug、遗漏的测试场景和不安全实现,并按严重程度排序。
按严重程度排序的问题清单,附带触发条件、影响范围和建议补充的测试点。
请组织多个模型对同一组审查发现进行讨论,比较哪些问题成立、哪些结论有争议,并给出最终建议是否可以合并。
一份讨论后的最终结论,说明应修复的问题、可接受的风险,以及是否建议合并。
Read-only review powered by a council of model-pinned reviewers. Changes are usually not 100% correct — this skill exists to catch what slipped through. The goal is not broad commentary; it is a short list of concrete issues where the council agrees, plus transparent disclosure of where they disagree.
Spawn subagents with the model parameter to pin each to a different model. Use all three when available, at least two otherwise:
GPT-5.5Claude Opus 4.6GPT-5.3-CodexEach subagent receives the same system preamble:
You are an independent subagent for read-only code research. MUST stay read-only. Stay within the requested scope. Do not speculate. Do not suggest patches. For every finding, cite exact files and lines. Form your own view from first principles. Do not anchor to the provided context.
Before fanning out, build a preliminary orientation that each reviewer will receive. This is a starting point, not ground truth — reviewers are expected to contradict it if their own investigation leads elsewhere. Do not paste the raw diff — reviewers have tools to read code themselves.
The summary should include only:
Keep the summary under ~50 lines. Do not flag risk areas or pre-diagnose issues — leave reviewers to form independent assessments. They get better results reading code in context than scanning a pre-interpreted summary.
Spawn all subagents in parallel at once:
model parameter. Prepend the system preamble to the reviewer prompt below.Classify every finding into one of three buckets:
Drop style chatter, linter-catchable nits, and low-confidence speculation entirely.
Trigger this phase when the user asks to "discuss", "debate", or "cross-review" the findings, or when Phase 4 produces contested findings that could benefit from a second look.
This deliberation step is lightweight — it only re-examines the synthesized findings, not the full codebase.
…
为方案、设计与实现提供高质量第二意见,及早发现逻辑与缺陷问题
分析 Azure DevOps 中 VS Code 滚动构建健康状况并定位失败提交范围
帮助开发者快速安装 Component Explorer 轻量环境并接入 AI 代理集成。
帮助用户快速忽略或清理指定的 GitHub 通知,减少收件箱干扰。
获取指定 GitHub 通知线程的详细信息,便于快速查看上下文与后续处理。
帮助用户通过 gh 命令获取并查看 GitHub 通知列表,快速处理仓库动态。
从正确性、测试、安全与性能等维度进行深入代码审查并给出改进建议
模拟多角色工程师协作审查代码,快速发现质量、风险与设计问题。
审查实现计划中的遗漏、假设与步骤顺序,降低后续开发返工风险
帮助你在 ChatGPT 中审查 GitHub 拉取请求、评论变更并给出审批意见
用于代码与分支审查,综合检查正确性、兼容性、架构、测试、性能与安全问题。
对本地或PR分支执行结构化代码审查,帮助提交或发布前发现问题。