Detects, analyzes, and mitigates active chaos events in the `press-service` using logs and runbooks.
This skill instructs the agent on how to detect, analyze, and mitigate active chaos events in the press-service.
When the user asks you to "mitigate chaos", "stop the chaos", or you detect an active chaos state:
Analyze Logs:
mcp_observability_list_log_entries tool to fetch recent logs.press-service emitting error patterns like "fluxcapacity not fluxing" or "1.21 GIGGAWATS REQUIRED!".Read Runbook:
mcp_google-workspace_drive.search tool to find the document with the name chaos-mitigation-runbook in the folder.runtimemcp_google-workspace_docs.getText tool to read the contents of the runbook.Execute Mitigation:
DELETE /chaos endpoint on the press-service.run_shell_command tool to execute curl -X DELETE http://localhost:8081/chaos (or the equivalent deployed service URL).Verify: