cleanmatic:telemetry

Summarize skill usage, script health, and quality checks from .claude/telemetry data.

17|8|Updated May 28, 2026
One-click install
npx skills add https://github.com/hieubui2409/product-spec --skill cleanmatic-telemetry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanmatic:telemetry
Source: https://github.com/hieubui2409/product-spec/tree/main/.claude/skills/telemetry
Command: npx skills add https://github.com/hieubui2409/product-spec --skill cleanmatic-telemetry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) components.

What problem does it solve?

Product teams need concise, honest insight into how owned skills are used, whether their scripts are healthy, and whether internal-quality checks pass. This Skill delivers a read-only narrative over local telemetry to surface actionable signals without editing code or memory.

Core Features & Use Cases

  • Eight lenses (usage, health, reliability, workflow, validate, memory, forensics, artifact_heat) provide a comprehensive diagnostic view.
  • Renders results as ascii, markdown, mermaid, or json to fit into existing dashboards and pipelines.
  • Aids decision making for product owners by highlighting data quality and operational health without impacting the source data.

Quick Start

Run the telemetry reader to generate an on-demand, plain-language report for your project.

Frequently Asked Questions about cleanmatic:telemetry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate read-only telemetry reports for local script usage and health?

Telemetry for product owners works by deterministically gathering data from local telemetry sinks and rendering diagnostic views across eight lenses. It provides a non-editing narrative over usage, health, and reliability to surface actionable signals.

Can I render observability data as mermaid or ascii without altering source files?

Yes, you can render observability data as ascii, markdown, mermaid, or json formats. The diagnostic process is strictly read-only, ensuring it surfaces operational health and data quality signals without impacting the underlying source data.

Does the telemetry reader support diagnostic reports in Vietnamese and English?

Yes, the telemetry reader supports generating plain-language diagnostic reports in both Vietnamese and English. This allows product owners and engineers to review operational health and workflow reliability in their preferred language.

What is the best way to check internal-quality checks and workflow reliability for owned skills?

The best way to check internal-quality checks is by applying the validate and reliability diagnostic lenses. This approach deterministically surfaces whether internal checks pass and if workflows are healthy, providing an honest view of operational status.

Do I need PyYAML installed to run local diagnostics and observability checks?

Yes, you need PyYAML installed as a dependency to run local diagnostics and observability checks. This library supports the underlying processing logic required to parse configurations and render the telemetry outputs.

Why does my telemetry report show read-only artifact_heat and forensics data?

Your telemetry report shows artifact_heat and forensics data because these are two of the eight diagnostic lenses used to evaluate product health. They highlight data quality and operational signals deterministically gathered from local sinks.

Related Skills