instrumentation
0
总安装量
4
周安装量
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill instrumentation
Agent 安装分布
gemini-cli
4
opencode
3
antigravity
3
replit
3
claude-code
3
github-copilot
3
Skill 文档
Analytics Instrumentation Standards Skill
When to Use
- Planning event tracking for product, marketing, or revenue analytics.
- Auditing existing tracking plans before model refreshes.
- Coordinating engineering, product, and RevOps on data contracts.
Framework
- Event Naming & Structure â action-oriented names, consistent casing, required properties.
- Identity Management â user/account IDs, anonymous IDs, device IDs, cross-system mapping.
- Consent & Privacy â capture consent status, honor suppression, regional storage rules.
- Versioning â change logs, backward compatibility, deprecation timelines.
- Observability â sampling dashboards, schema change alerts, volume anomaly detection.
Templates
- Tracking plan sheet (event, description, properties, source, owner, status).
- Data contract checklist (fields, types, validation rules, SLA).
- Observability runbook (metrics, thresholds, notification channels).
Tips
- Pair each event with QA instructions and sample payloads.
- Store tracking plans in version control to align with code releases.
- Review instrumentation quarterly with stakeholders.