deployment-management
Track and manage UniFi deployments across your infrastructure. Monitor deployment status, configuration, and progress for coordinated infrastructure updates.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o deployment-management.zip https://jpskill.com/download/18312.zip && unzip -o deployment-management.zip && rm deployment-management.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18312.zip -OutFile "$d\deployment-management.zip"; Expand-Archive "$d\deployment-management.zip" -DestinationPath $d -Force; ri "$d\deployment-management.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
deployment-management.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
deployment-managementフォルダができる - 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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Deployment Management Skill
インフラストラクチャ全体にわたる UniFi デプロイメントを追跡および管理します。
このスキルでできること
このスキルを使用すると、次のことが可能になります。
- アクティブなデプロイメントをすべて表示する
- 詳細なデプロイメント情報を取得する
- デプロイメントのステータスと進捗状況を監視する
- デプロイメント構成を追跡する
- デプロイメントメトリクスを分析する
- 連携されたデプロイメントを計画する
- デプロイメントの健全性を監視する
- デプロイメントレポートを生成する
このスキルを使用するタイミング
このスキルは、次のことを行う必要がある場合に使用します。
- デプロイメントのステータスを確認する
- デプロイメント構成の詳細を取得する
- デプロイメントの進捗状況を監視する
- インフラストラクチャの更新を計画する
- 構成の変更を追跡する
- デプロイメントの影響を分析する
- デプロイメントレポートを生成する
- デプロイメントの問題をトラブルシューティングする
利用可能なツール
list_deployments- すべてのサイトにわたるすべてのデプロイメントを一覧表示しますget_deployment_details- 特定のデプロイメントに関する詳細情報を取得します
典型的なワークフロー
デプロイメントの監視
list_deploymentsを使用して、アクティブなデプロイメントをすべて表示します- 各デプロイメントの詳細なステータスについては、
get_deployment_detailsを使用します - デプロイメントの進捗状況とステータスを監視します
- ステータスレポートを生成します
デプロイメントの計画
list_deploymentsを使用して、現在のデプロイメント負荷を確認しますget_deployment_detailsを使用して、現在のデプロイメントを理解します- 新しいデプロイメントウィンドウを計画します
- 既存のデプロイメントと連携します
デプロイメントのトラブルシューティング
list_deploymentsを使用して、問題のあるデプロイメントを見つけます- 詳細な診断については、
get_deployment_detailsを使用します - デプロイメント構成を分析します
- 問題を特定して解決します
変更の追跡
list_deploymentsを使用して、すべての変更を表示しますget_deployment_detailsを使用して、特定の変更を追跡します- 構成の変更を文書化します
- 変更履歴レポートを生成します
質問例
- "Show me all active deployments"
- "What's the status of the current deployment?"
- "Get details on a specific deployment"
- "Are there any failed or stalled deployments?"
- "What deployments are currently running?"
- "Show me the deployment history"
- "What changes are being deployed?"
レスポンス形式
このスキルを使用する場合、私は以下を提供します。
- すべてのデプロイメントの完全なリスト
- 詳細なデプロイメントのステータスと進捗状況
- 各デプロイメントの構成情報
- デプロイメントの健全性評価
- サマリーメトリクスと統計
ベストプラクティス
- デプロイメントの進捗状況を定期的に監視します
- デプロイメントの変更を文書化します
- メンテナンスウィンドウ中にデプロイメントを計画します
- 複数サイトのデプロイメントを連携します
- 最初に非本番環境でデプロイメントをテストします
- ロールバック計画を準備しておきます
- デプロイメント履歴を追跡します
- デプロイメントログを確認して問題がないか確認します
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Deployment Management Skill
Track and manage UniFi deployments across your infrastructure.
What this skill does
This skill enables you to:
- View all active deployments
- Get detailed deployment information
- Monitor deployment status and progress
- Track deployment configuration
- Analyze deployment metrics
- Plan coordinated deployments
- Monitor deployment health
- Generate deployment reports
When to use this skill
Use this skill when you need to:
- Check deployment status
- Get deployment configuration details
- Monitor deployment progress
- Plan infrastructure updates
- Track configuration changes
- Analyze deployment impact
- Generate deployment reports
- Troubleshoot deployment issues
Available Tools
list_deployments- List all deployments across all sitesget_deployment_details- Get detailed information about a specific deployment
Typical Workflows
Deployment Monitoring
- Use
list_deploymentsto view all active deployments - Use
get_deployment_detailsfor detailed status of each - Monitor deployment progress and status
- Generate status report
Deployment Planning
- Use
list_deploymentsto see current deployment load - Use
get_deployment_detailsto understand current deployments - Plan new deployment windows
- Coordinate with existing deployments
Deployment Troubleshooting
- Use
list_deploymentsto find problematic deployment - Use
get_deployment_detailsfor detailed diagnostics - Analyze deployment configuration
- Identify and resolve issues
Change Tracking
- Use
list_deploymentsto view all changes - Use
get_deployment_detailsto track specific changes - Document configuration changes
- Generate change history report
Example Questions
- "Show me all active deployments"
- "What's the status of the current deployment?"
- "Get details on a specific deployment"
- "Are there any failed or stalled deployments?"
- "What deployments are currently running?"
- "Show me the deployment history"
- "What changes are being deployed?"
Response Format
When using this skill, I provide:
- Complete list of all deployments
- Detailed deployment status and progress
- Configuration information for each deployment
- Deployment health assessment
- Summary metrics and statistics
Best Practices
- Monitor deployment progress regularly
- Document deployment changes
- Plan deployments during maintenance windows
- Coordinate multi-site deployments
- Test deployments in non-production first
- Have rollback plans ready
- Track deployment history
- Review deployment logs for issues