Skip to main content

telemetry

Answer questions about how the evlog CLI is used in production and surface interesting findings from the telemetry dashboard's MCP. Load this when asked about CLI usage, telemetry, adoption, flags, or "what's happening in the CLI", and when the digest needs its CLI usage section.

설치로 이동

소스 정보

저장소
evloghq/evlog
최근 소스 활동
2026년 8월 9일 17:38
감지된 SKILL.md 언어
영어
스타
1,855
포크
63

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
telemetry
description
Answer questions about how the evlog CLI is used in production and surface interesting findings from the telemetry dashboard's MCP. Load this when asked about CLI usage, telemetry, adoption, flags, or "what's happening in the CLI", and when the digest needs its CLI usage section.
# Telemetry Read-only production telemetry for the evlog CLI and anything else reporting through `@evlog/telemetry`, served by the telemetry app's MCP (`telemetry__*` tools). Ground every answer in the tools; never guess usage from memory. ## The tools - `telemetry-stats`: aggregate for a range (24h/7d/30d) with the preceding equal window for comparison, breakdowns by environment, tool, source, Node major, tool version and OS, top commands, top error codes, duration percentiles, activity timeline. - `telemetry-adoption`: version rollout over time, new vs returning machines, weekday/hour punchcard, flag/custom-field breakdown. - `telemetry-runs`: the raw event list, filterable and sortable, with pagination. - `telemetry-run`: everything recorded for one run by id (flags, custom fields, environment). ## What is interesting - **Version adoption**: are users moving to newer CLI versions? A release stalling in adoption is a signal that the upgrade path hurts. - **Source mix**: terminal vs CI vs agents vs automation. A shift here changes what the numbers mean. - **Flags and custom fields**: what people actually enable. A flag nobody uses may deserve deprecation; a custom field spreading suggests a workflow worth documenting. - **Errors**: top error codes and their trend. A code climbing week over week is an incident lead, not a footnote. - **Period-over-period shifts**: `telemetry-stats` returns the previous equal window; lean on it before calling anything a change. ## Form - Prefer `range: '7d'` for stable signals, `'30d'` for adoption questions, `'24h'` only when asked about today. - Answer with numbers and a one-line interpretation. Cite the window. When the data is flat or empty, say so in one line instead of stretching it. - The dashboard serves generated sample data until real events land; treat unusually clean numbers as suspect on a fresh deployment.
GitHub에서 보기