feat(product-support): add log-error-monitoring daily-cron skill - #232
Open
dembrane-sam-bot wants to merge 1 commit into
Open
feat(product-support): add log-error-monitoring daily-cron skill#232dembrane-sam-bot wants to merge 1 commit into
dembrane-sam-bot wants to merge 1 commit into
Conversation
dembrane-sam-bot
enabled auto-merge
August 10, 2026 13:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this change?
This PR adds a new
log-error-monitoringdaily scheduled skill to theproduct-supportrecipe. The skill is designed to run automatically (Mon-Fri at 8:00 AM local time) to query Kubernetes logs forecho-nextandproductionnamespaces, call PostHog's Error Tracking REST API on the EU instance, and reconcile found exceptions with Linear issues.What did Sam notice that led to this?
This change is in response to a direct request from Sameer (the principal operator) to monitor
echo-nextandprodlogs daily for errors, and reconcile them with Linear, integrating input from Kubernetes logs, PostHog, and other sources.Tier?
This is a Tier 1 change (adding a recipe-owned skill, minor edit to
recipe.md).Confidence?
Highly confident. The setup was verified end-to-end (connecting to DOKS clusters, reading pod logs via
kubectl, and querying PostHog EU error tracking REST API), and the code successfully compiled/passedpytestlocal validation.