vendor-review
Evaluate a vendor — cost analysis, risk assessment, and recommendation. Use when reviewing a new vendor proposal, deciding whether to renew or replace a contract, comparing two vendors side-by-side, or building a TCO breakdown and negotiation points before procurement sign-off.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o vendor-review.zip https://jpskill.com/download/22656.zip && unzip -o vendor-review.zip && rm vendor-review.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22656.zip -OutFile "$d\vendor-review.zip"; Expand-Archive "$d\vendor-review.zip" -DestinationPath $d -Force; ri "$d\vendor-review.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
vendor-review.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
vendor-reviewフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] vendor-review
/vendor-review
見慣れないプレースホルダーが表示される場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.mdをご覧ください。
コスト、リスク、パフォーマンス、適合性を網羅する構造化された分析でベンダーを評価します。
使用方法
/vendor-review $ARGUMENTS
私が必要とする情報
- ベンダー名: どのベンダーを評価しますか?
- コンテキスト: 新規ベンダー評価、更新決定、または比較ですか?
- 詳細: 契約条件、価格設定、提案書、または現在のパフォーマンスデータ
評価フレームワーク
コスト分析(総所有コスト)
- 総所有コスト(ライセンス費用だけでなく)
- 実装および移行コスト
- トレーニングおよびオンボーディングコスト
- 継続的なサポートおよびメンテナンス
- 終了コスト(データ移行、契約終了)
リスク評価
- ベンダーの財務安定性
- セキュリティおよびコンプライアンス体制
- 集中リスク(単一ベンダーへの依存)
- 契約ロックインおよび終了条件
- 事業継続性および災害復旧
パフォーマンス指標
- SLA遵守
- サポート応答時間
- アップタイムと信頼性
- 機能提供の頻度
- 顧客満足度
比較マトリックス
ベンダーを比較する際は、価格設定、機能、統合、セキュリティ、サポート、契約条件、および参照を網羅する並列マトリックスを作成します。
出力
## Vendor Review: [Vendor Name]
**Date:** [Date] | **Type:** [New / Renewal / Comparison]
### Summary
[2-3 sentence recommendation]
### Cost Analysis
| Component | Annual Cost | Notes |
|-----------|-------------|-------|
| License/subscription | $[X] | [Per seat, flat, usage-based] |
| Implementation | $[X] | [One-time] |
| Support/maintenance | $[X] | [Included or add-on] |
| **Total Year 1** | **$[X]** | |
| **Total 3-Year** | **$[X]** | |
### Risk Assessment
| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|------------|
| [Risk] | High/Med/Low | High/Med/Low | [Mitigation] |
### Strengths
- [Strength 1]
- [Strength 2]
### Concerns
- [Concern 1]
- [Concern 2]
### Recommendation
[Proceed / Negotiate / Pass] — [Reasoning]
### Negotiation Points
- [Leverage point 1]
- [Leverage point 2]
コネクタが利用可能な場合
~~knowledge base が接続されている場合:
- 既存のベンダー評価、契約、パフォーマンスレビューを検索します
- 調達ポリシーと承認しきい値を引き出します
~~procurement が接続されている場合:
- 現在の契約条件、支出履歴、更新日を引き出します
- 既存のベンダー契約と比較して価格を比較します
ヒント
- 提案書をアップロードする — ベンダー文書から価格設定、条件、SLAを抽出できます。
- ベンダーを比較する — 「Vendor AとVendor Bを比較する」と指示すると、並列分析が得られます。
- 現在の支出を含める — 更新の場合、現在の支払い額を知ることは価格変更を評価するのに役立ちます。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
/vendor-review
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Evaluate a vendor with structured analysis covering cost, risk, performance, and fit.
Usage
/vendor-review $ARGUMENTS
What I Need From You
- Vendor name: Who are you evaluating?
- Context: New vendor evaluation, renewal decision, or comparison?
- Details: Contract terms, pricing, proposal document, or current performance data
Evaluation Framework
Cost Analysis (Total Cost of Ownership)
- Total cost of ownership (not just license fees)
- Implementation and migration costs
- Training and onboarding costs
- Ongoing support and maintenance
- Exit costs (data migration, contract termination)
Risk Assessment
- Vendor financial stability
- Security and compliance posture
- Concentration risk (single vendor dependency)
- Contract lock-in and exit terms
- Business continuity and disaster recovery
Performance Metrics
- SLA compliance
- Support response times
- Uptime and reliability
- Feature delivery cadence
- Customer satisfaction
Comparison Matrix
When comparing vendors, produce a side-by-side matrix covering: pricing, features, integrations, security, support, contract terms, and references.
Output
## Vendor Review: [Vendor Name]
**Date:** [Date] | **Type:** [New / Renewal / Comparison]
### Summary
[2-3 sentence recommendation]
### Cost Analysis
| Component | Annual Cost | Notes |
|-----------|-------------|-------|
| License/subscription | $[X] | [Per seat, flat, usage-based] |
| Implementation | $[X] | [One-time] |
| Support/maintenance | $[X] | [Included or add-on] |
| **Total Year 1** | **$[X]** | |
| **Total 3-Year** | **$[X]** | |
### Risk Assessment
| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|------------|
| [Risk] | High/Med/Low | High/Med/Low | [Mitigation] |
### Strengths
- [Strength 1]
- [Strength 2]
### Concerns
- [Concern 1]
- [Concern 2]
### Recommendation
[Proceed / Negotiate / Pass] — [Reasoning]
### Negotiation Points
- [Leverage point 1]
- [Leverage point 2]
If Connectors Available
If ~~knowledge base is connected:
- Search for existing vendor evaluations, contracts, and performance reviews
- Pull procurement policies and approval thresholds
If ~~procurement is connected:
- Pull current contract terms, spend history, and renewal dates
- Compare pricing against existing vendor agreements
Tips
- Upload the proposal — I can extract pricing, terms, and SLAs from vendor documents.
- Compare vendors — "Compare Vendor A vs Vendor B" gets you a side-by-side analysis.
- Include current spend — For renewals, knowing what you pay now helps evaluate price changes.