IDMP アラート(警告通知)デバッグ(問題調査)ワークフロー オペレータチェーン(複数の処理ステップの連鎖)をイベント件数と詳細から始めて、以下の順で追っていきます: - コンテキスト(背景情報) - 確認応答 - 再送信 - 注釈(メモ・補足) - 通知ルール - 配信履歴
IDMP alert debugging workflow. Walk the operator chain from event count and detail to context, acknowledgement, resend, annotations, notify rules, and delivery history.
最初に ../idmp-shared/SKILL.md をお読みください。
confirm(確認)と resend(再送信)には副作用があるstatus=Unackが最も安全なデフォルト値analysisIdを優先するidmp-cli event count list と idmp-cli event events list --params から始めて、エラーがイベントの欠落なのか配信の欠落なのかを判断する
idmp-cli event events get --params と idmp-cli event events items --params を使って、1つのイベントとそのペイロード(データ内容)を確定する
証拠を記録した後に限り、idmp-cli event events confirm --ack-risk --params または idmp-cli event events resend --ack-risk --params の実行を検討する
idmp-cli notification config list を読んで、通知側が正しく設定されているか確認する
idmp-cli notification page list --params でイベント側の確認後の配信履歴を調べて完了する
idmp-cli event events list --params の後に idmp-cli event events get --params を使う。結果はアラートが開かれたこと、および現在のイベントの内容を証明するべき。
idmp-cli notification config list と idmp-cli notification page list --params を、イベント状態を変更せずに使う。このパスは診断のみが目的。
idmp-cli event events items --params を読んだ後に限り、idmp-cli event events confirm --ack-risk --params を使う。状態の変更はデバッグの最初のステップではない。
デバッグ中に一時的なメモを追加した場合は、削除計画を明示的に立てる。一時的な成果物が削除されるまで、ワークフローは未完了。
idmp-cli event count list と idmp-cli event events list --params から開始する。両方の結果がイベント不在を示す場合は中止し、上流の発生範囲を報告する。再送信が実際に実行された場合のみ、その後で notification page list を再度確認する。
Read ../idmp-shared/SKILL.md first.
confirm and resend have side effects.status=Unack is the safest default when the operator needs an open event.analysisId when correlating an event back to alert creation.idmp-cli event count list and idmp-cli event events list --params to decide whether the failure is missing events or missing delivery.idmp-cli event events get --params and idmp-cli event events items --params to lock a single event and its payload.idmp-cli event events confirm --ack-risk --params or idmp-cli event events resend --ack-risk --params.idmp-cli notification config list to confirm the notification side is configured.idmp-cli notification page list --params to inspect delivery history after the event-side review.Use idmp-cli event events list --params, then idmp-cli event events get --params. The result should prove the alert opened and what the event currently says.
Use idmp-cli notification config list and idmp-cli notification page list --params without changing event state. This path is for diagnosis only.
Only after reading idmp-cli event events items --params should you use idmp-cli event events confirm --ack-risk --params. Mutation is never the first debugging step.
If you add any temporary note while debugging, plan its cleanup explicitly. The workflow is still incomplete until the temporary artifact is removed.
Start with idmp-cli event count list and idmp-cli event events list --params. If both prove there is no event, stop and report the upstream boundary. Reread notification page list after resend only when resend was actually executed.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。