From team-skills-platform
跨模型第二意见技能,融合 gstack 的 cross-model second opinion 能力。 当检测到高风险改动时,可选触发不同模型提供独立审查意见, 作为 multi-perspective-review 的可选叠加层。
npx claudepluginhub colin4k1024/tspThis skill uses the workspace's default tool permissions.
- 把"同一个模型既写又审"改成"用不同模型交叉审查,降低系统性盲区"。
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
multi-perspective-review 或 code-reviewer 之上。以下条件命中时,建议 cross-model review(不强制):
| 检测条件 | 风险原因 |
|---|---|
改动涉及 auth/permission/security 路径 | 鉴权逻辑错误可能导致越权 |
改动涉及 payment/billing/transaction 路径 | 资金相关错误代价极高 |
| 改动涉及数据库 migration 或 schema 变更 | 不可逆的数据结构变更 |
| 改动涉及 API 契约的 breaking change | 影响所有下游消费方 |
| 单次改动超过 500 行 | 大范围变更的审查覆盖率下降 |
| 代码审查中发现 CRITICAL 级别问题 | 需要独立确认修复的正确性 |
检测到时输出:
💡 检测到高风险改动:{原因}
建议启用 cross-model review 获取第二意见。
是否启用?[Y/n]
从当前改动中提取:
为第二模型构建独立审查 prompt,要求:
第二模型审查聚焦在:
将两个模型的审查意见合并对比:
## Cross-Model Review 对比
### 共识项(两个模型都发现)
- {问题描述}:高可信度,优先处理
### 仅模型 A 发现
- {问题描述}:需要确认是否为真实问题
### 仅模型 B 发现
- {问题描述}:需要确认是否为真实问题
### 冲突项(两个模型意见相反)
- {问题描述}:需要人工仲裁
code-reviewer 或 tech-lead 确认后决定tech-lead 仲裁cross-model review 使用 manifests/model-profiles.json 中的模型配置:
quality-first profile 下自动启用 cross-model reviewcost-optimized profile 下默认关闭,仅对 Abort Gate 项启用/team-review 中发现 CRITICAL 问题后的确认审查