cross-model-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cross-model-review (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Claude とは独立したモデル (Codex / GPT / その他) に Code Review を依頼する skill です。本プロジェクトのワークフロー (docs/workflow.md) における Code Review ステージの一部として、code-reviewer / security-reviewer と並列に実行されます。
... → Code Review ステージ
├─ code-reviewer (Claude)
├─ security-reviewer (Claude)
└─ [cross-model-review (本 skill、別モデル経由)]同一モデル内レビューで陥りがちな思考パターンの偏り / 盲点 / 同じ誤りを見逃す傾向 を、独立モデルの視点で検出することが本 skill の目的です。
spec-leader が Code Review ステージに入った際、code-reviewer / security-reviewer と同時に本 skill を起動します。
Phase 3 時点で対象とする外部モデル候補:
呼び出し方法はプロジェクトの設定 (環境変数 / CLI 利用可能性) に依存します。Phase 3 では「呼び出し方法のドラフト」を SKILL.md に記述し、具体的な実装は利用環境に合わせて随時詳細化します。
specs/<spec-name>.md)plans/<spec-name>.md)git diff main...spec/<spec-name>)【タスク】
以下の実装を独立した視点で Code Review してください。
【観点】
1. 設計・可読性 (他 reviewer の観点と重複して構いません、独立判断を重視)
2. 見落とし可能性 (バグ / エッジケース / セキュリティホール / パフォーマンス)
3. 他 reviewer の指摘への反証 or 補強
【出力形式】
- verdict (pass / needs-fix / reject)
- Critical / Major / Minor の分類
- 他 reviewer との相違点 (あれば特に強調)worktrees/<spec-name>/reviews/cross-model.md に保存。他 reviewer の結果と同じ形式。
依頼時にモデル固有の強みを意識した観点を追加することを推奨。
本 skill の結果 (cross-model.md) は receiving-code-review skill に集約されます。他 reviewer との verdict 統合ルール:
| 状況 | 統合判定 |
|---|---|
| 全 reviewer (code / security / cross-model) pass | pass |
| cross-model のみ needs-fix、他 pass | needs-fix (cross-model の独立視点を尊重) |
| cross-model のみ reject、他 pass | reject に引き上げず、ユーザー判断 (Claude 内で見えていない問題の可能性大) |
Phase 3 では外部モデルの呼び出し基盤が未整備です。以下で運用します。
本 skill のインタフェース (入力: 差分等、出力: cross-model.md) は Phase 3 時点で固定、内部実装は段階的に進化。
failed を返して全停止~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.