← スキル一覧に戻る

dependency-guardian
by greentcsolutions-lab
My TC Helper App :D
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: dependency-guardian description: Analyzes and protects dependencies in Next.js + TypeScript projects. Invoked by prompt-classifier on DEPS. Checks compatibility, conflicts, security. Chains verification and commit on approval. priority: high (entry for DEPS path) triggers: none (classifier only)
Dependency Guardian – Compatibility & Security Checker
Goal: Zero breakage on deps changes. Conservative approval gate.
Process (strict)
- read "package.json"
- Identify proposed package(s) + version from prompt
- Check:
- Peer deps / conflicts with current stack (React, Next.js 15+, etc.)
- Known issues with Vercel/edge runtime
- Security: shell "npm audit --production --json" (scoped if possible)
- Bundle size / alternatives
- Duplicates (search-code for existing similar libs)
- Output checklist + risk level
- Ask approval for install/upgrade
- If approved:
- shell "npm install "
- Chain next steps:
- verification-guardian
- commit-orchestrator
- (conditional TREE.md update inside commit-orchestrator)
Output Format (exact – nothing else)
Proposed package: name@version
Checklist:
- Peers: [pass/warn/fail] -
- Conflicts/Duplicates: [pass/warn/fail]
- Security: [pass/warn/fail]
- Bundle/Perf: [pass/warn/fail]
- Runtime Compat: [pass/warn/fail]
Risk Level: Safe / Caution / Risky / Blocked
Suggested command: npm install
Approval: Proceed with install/upgrade? [y/n]
If yes, I will run the install and chain: verification-guardian → commit-orchestrator
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です