logging
Use only when adding or improving application logs, structured logging, log levels, request IDs, error context, audit logs, sensitive data redaction, and log usefulness for debugging.
Works with
--- name: logging description: Use only when adding or improving application logs, structured logging, log levels, request IDs, error context, audit logs, sensitive data redaction, and log usefulness for debugging. license: MIT --- # Logging ## Workflow 1. Identify the event, audience, and debugging question the log should answer. 2. Use structured fields when the codebase supports them. 3. Include correlation IDs, user or tenant identifiers only when safe, and relevant operation context. 4. Choose the correct level: debug, info, warn, error. 5. Redact secrets and sensitive data. ## Rules - Do not log passwords, tokens, private keys, full payment data, or sensitive prompts. - Avoid noisy logs in hot paths. - Include enough context to diagnose failures without stack traces everywhere. ## Verification - Confirm logs are emitted on success and failure paths as intended. - Check redaction and log volume risk.
More Observability skills
google-agents-cli-observability
google/agents-cli
>
azure-observability
microsoft/azure-skills
Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports. USE FOR: Azure Monitor, Application Insights, Log Analytics, Alerts, Workbooks, metrics, APM, distributed tracing, KQL queries, interactive reports, observability, monitoring dashboards. DO NOT USE FOR: instrumenting apps with App Insights SDK (use appinsights-instrumentation), querying Kusto/ADX clusters (use azure-kusto), cost analysis (use azure-cost-optimization).
social
coreyhaines31/marketingskills
When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms, or wants to do social listening and engagement triage. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' 'viral content,' 'what should I post,' 'repurpose this content,' 'tweet ideas,' 'LinkedIn carousel,' 'social media strategy,' 'grow my following,' 'TikTok video,' 'Reels,' 'Shorts,' 'video script,' 'video hook,' 'short-form video,' 'create a reel,' 'social listening,' 'brand mentions,' 'competitor monitoring,' 'top posts to comment on,' 'find people asking for,' 'carousel,' 'slide-by-slide,' or 'document post.' Use this for social media content creation, repurposing, scheduling, short-form video scripting, and social listening. For broader content strategy, see content-strategy. For paid ads, see ad-creative. For earned media, see public-relations.

