Monitoring

Logging, metrics, and observability

Showing 73-96 of 1278 skills
HugoRCD

review-logging-patterns

by HugoRCD

Review code for logging patterns and suggest evlog adoption. Guides setup on Nuxt, Next.js, TanStack Start, Nitro, Hono, Cloudflare Workers, and standalone TypeScript. Detects console.log spam, unstructured errors, and missing context. Covers wide events, structured errors, drain adapters (Axiom, OTLP, PostHog, Sentry, Better Stack), sampling, and enrichers.

Debugging 1.4K 3mo ago
aiskillstore

zig-best-practices

by aiskillstore

Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.

Debugging 343 4mo ago
alibaba

agent-session-monitor

by alibaba

Real-time agent conversation monitoring - monitors Higress access logs, aggregates conversations by session, tracks token usage. Supports web interface for viewing complete conversation history and costs. Use when users ask about current session token consumption, conversation history, or cost statistics.

Auth 8.5K 4mo ago
databricks-solutions

databricks-metric-views

by databricks-solutions

"Unity Catalog metric views: define, create, query, and manage governed business metrics in YAML. Use when building standardized KPIs, revenue metrics, order analytics, or any reusable business metrics that need consistent definitions across teams and tools."

Database 1.6K 3mo ago
codewithmukesh

serilog

by codewithmukesh

Structured logging with Serilog for .NET 10 applications. Covers two-stage bootstrap, appsettings configuration, enrichers, sinks, request logging, destructuring, and Serilog.Expressions. Load this skill when setting up Serilog, configuring log sinks, enrichers, or structured logging, or when the user mentions "Serilog", "structured logging", "log enrichment", "Seq", "LogContext", "UseSerilog", "WriteTo", "message template", "Serilog.Expressions", "request logging", "log sink", "rolling file", or "audit log".

API Dev 414 3mo ago
NeoLabHQ

kaizen:root-cause-tracing

by NeoLabHQ

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

Code Gen 1.1K 3mo ago
phuryn

stakeholder-map

by phuryn

"Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement."

Code Gen 11.9K 3mo ago
wshobson

debugging-strategies

by wshobson

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

Debugging 36.3K 4mo ago
docker

OpenTelemetry Instrumentation Extension

by docker

Extend OpenTelemetry instrumentation when new functionality is added to the MCP Gateway. Use when (1) new operations/functions are added, (2) reviewing code for missing instrumentation, (3) user requests otel/telemetry additions, or (4) working with state-changing operations. Analyzes git diff, suggests instrumentation points following project standards in docs/telemetry/README.md, implements with approval, writes tests, updates documentation, and verifies with debug logging and docker logs.

Code Gen 1.4K 4mo ago
davepoon

datadog-automation

by davepoon

"Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, manage monitors/dashboards, create events and downtimes. Always search tools first for current schemas."

Analytics 3K 3mo ago
phuryn

brainstorm-okrs

by phuryn

"Brainstorm team-level OKRs aligned with company objectives — qualitative objectives with measurable key results. Use when setting quarterly OKRs, aligning team goals with company strategy, drafting objectives, or learning how to write effective OKRs."

Code Gen 11.9K 3mo ago
davepoon

close-automation

by davepoon

"Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas."

Automation 3K 3mo ago
phuryn

metrics-dashboard

by phuryn

"Define and design a product metrics dashboard with key metrics, data sources, visualization types, and alert thresholds. Use when creating a metrics dashboard, defining KPIs, setting up product analytics, or building a data monitoring plan."

Analytics 11.9K 3mo ago
Shubhamsaboo

debugger

by Shubhamsaboo

Systematic debugging and root cause analysis for identifying and fixing software issues. Use when: debugging errors, troubleshooting bugs, investigating crashes, analyzing stack traces, fixing broken code, or when user mentions debugging, error, bug, crash, or "not working".

Code Review 112.8K 4mo ago
cxuu

go-error-handling

by cxuu

Comprehensive Go error handling patterns from Google and Uber style guides. Covers returning errors, wrapping with %w, sentinel errors, choosing error types, handling errors once, error flow structure, and logging. Use when writing Go code that creates, returns, wraps, or handles errors.

Debugging 103 4mo ago
OUBIGFA

good-writing

by OUBIGFA

精确复现特定作者的中文写作风格。适用于:(1) 以该风格从零生成文章,(2) 将AI风格或其他风格的文章改写为该风格,(3) 在同一次任务里对草稿做终稿打磨/精修(保持作者笔力,不得改成中性说明书),(4) 审阅文章是否符合该风格,(5) 结构保真地将非简体中文翻译为简体中文(保留原始结构与不可改动片段,如人名/专名、代码、代码块、URL 等;不擅自增删)。核心特征:半文半白的用词、长短交替的句式节奏、类比先行的论证方式、冷面热心的情感表达、第一人称介入的立场标定;并在不破坏作者习惯的前提下,清除显眼的 AI 写作痕迹(24 项检测)。触发词:写作、改写、风格、润色、重写、精修、再优化、二稿、终稿、最终版、翻译、译、translate、翻成、译成、转为简体。

Debugging 366 3mo ago
daymade

windows-remote-desktop-connection-doctor

by daymade

Diagnose Windows App (Microsoft Remote Desktop / Azure Virtual Desktop / W365) connection quality issues on macOS. Analyze transport protocol selection (UDP Shortpath vs WebSocket), detect VPN/proxy interference with STUN/TURN negotiation, and parse Windows App logs for Shortpath failures. This skill should be used when VDI connections are slow, when transport shows WebSocket instead of UDP, when RDP Shortpath fails to establish, or when RTT is unexpectedly high.

Code Review 1.1K 3mo ago
getsentry

xcodebuildmcp

by getsentry

Official skill for XcodeBuildMCP. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

Monitoring 5.8K 3mo ago
zhinkgit

serial

by zhinkgit

嵌入式串口调试工具,用于扫描串口、实时监控、发送数据、记录日志和 Hex 查看。 当用户提到串口、COM 口、UART、AT 命令调试、波特率、Hex 串流、串口抓日志、 串口监控、查看 MCU 输出、二进制协议联调时自动触发,也兼容 /serial 显式调用。 即使用户只是说"看看串口输出"、"发个 AT 命令"或"抓一下日志",只要上下文涉及 串口通信就应触发此 skill。

Processing 316 26d ago
CharlesWiltgen

axiom-energy-ref

by CharlesWiltgen

Complete energy optimization API reference - Power Profiler workflows, timer/network/location/background APIs, iOS 26 BGContinuedProcessingTask, MetricKit monitoring, with all WWDC code examples

Automation 948 3mo ago
aaron-he-zhu

alert-manager

by aaron-he-zhu

'Use when the user asks to "set up SEO alerts", "monitor rankings", "notify me when rankings drop", "traffic alerts", "watch competitor changes", "alert me if rankings drop", "notify me of traffic changes", or "watch my keywords for changes". Sets up and manages alerts for critical SEO and GEO metrics including ranking drops, traffic changes, technical issues, and competitor movements. Enables proactive monitoring and quick response to issues. For detailed rank analysis, see rank-tracker. For comprehensive reporting, see performance-reporter.'

Code Review 2K 3mo ago
borghei

scrum-master

by borghei

Expert Scrum mastery covering sprint facilitation, team coaching, impediment removal, and agile transformation.

Code Review 215 4mo ago
Dicklesworthstone

clay-observability

by Dicklesworthstone

Set up comprehensive observability for Clay integrations with metrics, traces, and alerts. Use when implementing monitoring for Clay operations, setting up dashboards, or configuring alerting for Clay integration health. Trigger with phrases like "clay monitoring", "clay metrics", "clay observability", "monitor clay", "clay alerts", "clay tracing".

Debugging 1.1K 3mo ago
CharlesWiltgen

axiom-core-location

by CharlesWiltgen

Use for Core Location implementation patterns - authorization strategy, monitoring strategy, accuracy selection, background location

Auth 949 4mo ago