AgentSkillsCN

telemetry

父技能,用于在遥测-pr-insights(PR/CI)和遥测-insights(交互式分析)之间路由。

SKILL.md
--- frontmatter
name: telemetry
description: Parent skill that routes between telemetry-pr-insights (PR/CI) and telemetry-insights (interactive analysis).

Telemetry Parent Skill

Routes to the appropriate telemetry sub-skill based on context.

Sub-Skills

SkillWhen to Use
telemetry-pr-insightsPR reviews, CI bots, automated reports
telemetry-insightsUser questions about efficiency, usage, productivity

Routing Logic

code
If PR/CI context:
    → telemetry-pr-insights
Else if user asks about telemetry/usage/productivity:
    → telemetry-insights
Else:
    → don't run telemetry

Examples

PR bot: Use telemetry-pr-insights with branch-scoped window.

"How efficient am I?": Use telemetry-insights with current-session scope.

"How efficient was I this week?": Use telemetry-insights with 7-day scope.

Follow-up in PR: Start with telemetry-pr-insights, switch to telemetry-insights for deeper analysis.