💬 IncidentResponseスマートFix
AIと監視ツールを活用し、システム障害の原因を特定して解決策を導き出す、高度なデバッグと復旧を支援するSkill。
📺 まず動画で見る(YouTube)
▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and res
🇯🇵 日本人クリエイター向け解説
AIと監視ツールを活用し、システム障害の原因を特定して解決策を導き出す、高度なデバッグと復旧を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o incident-response-smart-fix.zip https://jpskill.com/download/3014.zip && unzip -o incident-response-smart-fix.zip && rm incident-response-smart-fix.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3014.zip -OutFile "$d\incident-response-smart-fix.zip"; Expand-Archive "$d\incident-response-smart-fix.zip" -DestinationPath $d -Force; ri "$d\incident-response-smart-fix.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
incident-response-smart-fix.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
incident-response-smart-fixフォルダができる - 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-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Incident Response Smart Fix で、お客様への返信文を作って
- › Incident Response Smart Fix を使って、社内向けアナウンスを書いて
- › Incident Response Smart Fix で、メールテンプレートを整備して
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] incident-response-smart-fix
マルチエージェントオーケストレーションによるインテリジェントな問題解決
[詳細な考察: このワークフローは、AI支援デバッグツールと可観測性プラットフォームを活用して、本番環境の問題を体系的に診断し解決する、洗練されたデバッグおよび解決パイプラインを実装しています。インテリジェントなデバッグ戦略は、自動化された根本原因分析と人間の専門知識を組み合わせ、AIコードアシスタント(GitHub Copilot、Claude Code)、可観測性プラットフォーム(Sentry、DataDog、OpenTelemetry)、回帰追跡のためのgit bisect自動化、分散トレーシングや構造化ロギングなどの本番環境で安全なデバッグ手法を含む、2024/2025年の最新プラクティスを使用しています。このプロセスは、厳格な4段階のアプローチに従います。(1) 問題分析フェーズ - エラー検出エージェントとデバッガーエージェントが、エラーのトレース、ログ、再現手順、可観測性データを分析し、アップストリーム/ダウンストリームへの影響を含む障害の完全なコンテキストを理解します。(2) 根本原因調査フェーズ - デバッガーエージェントとコードレビューアエージェントが、詳細なコード分析、導入コミットを特定するための自動化されたgit bisect、依存関係の互換性チェック、および状態検査を実行して、正確な障害メカニズムを特定します。(3) 修正実装フェーズ - ドメイン固有のエージェント(python-pro、typescript-pro、rust-expertなど)が、ユニットテスト、統合テスト、エッジケーステストを含む包括的なテストカバレッジを備えた最小限の修正を、本番環境で安全なプラクティスに従って実装します。(4) 検証フェーズ - テスト自動化エージェントとパフォーマンスエンジニアエージェントが、回帰スイート、パフォーマンスベンチマーク、セキュリティスキャンを実行し、新しい問題が導入されていないことを確認します。複数のシステムにまたがる複雑な問題には、専門エージェント(database-optimizer → performance-engineer → devops-troubleshooter)間の明示的なコンテキスト受け渡しと状態共有を伴うオーケストレーションされた調整が必要です。このワークフローは、症状の治療よりも根本原因の理解、永続的なアーキテクチャ改善の実装、監視とアラートの強化による検出の自動化、および型システム強化、静的分析ルール、改善されたエラー処理パターンによる将来の発生防止を重視しています。成功は、問題解決だけでなく、平均復旧時間(MTTR)の短縮、同様の問題の防止、およびシステム回復力の向上によって測定されます。]
このスキルを使用する場面
- マルチエージェントオーケストレーションタスクまたはワークフローによるインテリジェントな問題解決に取り組む場合
- マルチエージェントオーケストレーションによるインテリジェントな問題解決に関するガイダンス、ベストプラクティス、またはチェックリストが必要な場合
このスキルを使用しない場面
- タスクがマルチエージェントオーケストレーションによるインテリジェントな問題解決と無関係な場合
- このスコープ外の異なるドメインまたはツールが必要な場合
指示
- 目標、制約、および必要な入力を明確にしてください。
- 関連するベストプラクティスを適用し、結果を検証してください。
- 実用的な手順と検証を提供してください。
- 詳細な例が必要な場合は、
resources/implementation-playbook.mdを開いてください。
リソース
- 詳細なパターンと例については、
resources/implementation-playbook.mdを参照してください。
制限事項
- このスキルは、タスクが上記のスコープと明確に一致する場合にのみ使用してください。
- 出力を、環境固有の検証、テスト、または専門家によるレビューの代わりとして扱わないでください。
- 必要な入力、権限、安全境界、または成功基準が不足している場合は、停止して明確化を求めてください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Intelligent Issue Resolution with Multi-Agent Orchestration
[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and resolve production issues. The intelligent debugging strategy combines automated root cause analysis with human expertise, using modern 2024/2025 practices including AI code assistants (GitHub Copilot, Claude Code), observability platforms (Sentry, DataDog, OpenTelemetry), git bisect automation for regression tracking, and production-safe debugging techniques like distributed tracing and structured logging. The process follows a rigorous four-phase approach: (1) Issue Analysis Phase - error-detective and debugger agents analyze error traces, logs, reproduction steps, and observability data to understand the full context of the failure including upstream/downstream impacts, (2) Root Cause Investigation Phase - debugger and code-reviewer agents perform deep code analysis, automated git bisect to identify introducing commit, dependency compatibility checks, and state inspection to isolate the exact failure mechanism, (3) Fix Implementation Phase - domain-specific agents (python-pro, typescript-pro, rust-expert, etc.) implement minimal fixes with comprehensive test coverage including unit, integration, and edge case tests while following production-safe practices, (4) Verification Phase - test-automator and performance-engineer agents run regression suites, performance benchmarks, security scans, and verify no new issues are introduced. Complex issues spanning multiple systems require orchestrated coordination between specialist agents (database-optimizer → performance-engineer → devops-troubleshooter) with explicit context passing and state sharing. The workflow emphasizes understanding root causes over treating symptoms, implementing lasting architectural improvements, automating detection through enhanced monitoring and alerting, and preventing future occurrences through type system enhancements, static analysis rules, and improved error handling patterns. Success is measured not just by issue resolution but by reduced mean time to recovery (MTTR), prevention of similar issues, and improved system resilience.]
Use this skill when
- Working on intelligent issue resolution with multi-agent orchestration tasks or workflows
- Needing guidance, best practices, or checklists for intelligent issue resolution with multi-agent orchestration
Do not use this skill when
- The task is unrelated to intelligent issue resolution with multi-agent orchestration
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.