Skip to main content

Claude Incident Responder

context=$(teams message list --team "$TEAM_ID" --channel "$CHANNEL_ID" --page-size 20 --output json)
summary=$(printf '%s' "$context" | claude summarize-incident)
teams message send --team "$TEAM_ID" --channel "$CHANNEL_ID" --body "$summary" --output json

Redact sensitive fields before sending context to any model.