Results for “cloudwatch-logs-insights”
5 skillsWorkers Best Practices
Reviews and authors Cloudflare Workers code against production best practices, covering configuration, request handling, architecture, observability, code patterns, and security.
2.1k · bundle
Introspection
Diagnose your own behavior by reading the structured logs you leave behind — turns.jsonl, events.jsonl, chat_history.jsonl, scheduler.yaml. Use when something has gone wrong (a message didn't land, a scheduled job isn't firing, a communication pattern feels off), when you need to understand a pattern over many turns, or when cost / token usage needs auditing. Covers jq query recipes and points at the debugging-jobs / debugging-communication / debugging-drift companion guides for specific failure modes.
6 · bundle
Debug
Investigate a problem, log it to the debug changelog, cross-check past issues, and suggest a non-duplicate fix.
1 · bundle
Secrets And Config Review
Reviews secrets, config defaults, environment variables, logs, credentials, CI secrets, and unsafe settings.
0 · bundle
Watchers
Poll RSS, JSON APIs, and GitHub with watermark dedup.
28 · bundle