telemetry-best-practices Skill
Reviews and authors telemetry code in this extension. Use when adding, modifying, or reviewing any callWithTelemetryAndErrorHandling call, any context.telemetry.properties/measurements assignment, or any helper that reports stats to telemetry. Ensures no PII/EUII is emitted, that property vs. measurement usage is corre Published by microsoft in vscode-cosmosdb.
What is telemetry-best-practices Skill?
Reviews and authors telemetry code in this extension. Use when adding, modifying, or reviewing any callWithTelemetryAndErrorHandling call, any context.telemetry.properties/measurements assignment, or any helper that reports stats to telemetry. Ensures no PII/EUII is emitted, that property vs. measurement usage is corre Published by microsoft in vscode-cosmosdb. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode-cosmosdb
Technical details
- Install or run with Copy skill directory
When to use telemetry-best-practices Skill
- Use it for developers using vscode-cosmosdb.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-cosmosdb
- Skill file: .github/skills/telemetry-best-practices/SKILL.md
What it does
Reviews and authors telemetry code in this extension. Use when adding, modifying, or reviewing any callWithTelemetryAndErrorHandling call, any context.telemetry.properties/measurements assignment, or any helper that reports stats to telemetry. Ensures no PII/EUII is emitted, that property vs. measurement usage is corre
Skill instructions
Telemetry Best Practices This extension uses @microsoft/vscode-azext-utils (callWithTelemetryAndErrorHandling, IActionContext.telemetry) to emit telemetry events. Telemetry is public — assume every property and measurement value is shipped to a backend and visible to whoever has access to the dashboards. Treat every new property as a privacy decision. These rules apply to the entire codebase (extension host, webviews, language services, helper packages), not to any single feature area. When to Use This Skill Apply it whenever code: - Calls callWithTelemetryAndErrorHandling(...), callWithTelemetryAndErrorHandlingSync(...), or registers a command (which wraps the same). - Assigns to context.telemetry.properties. or context.telemetry.measurements.. - Defines a helper (e.g. reportStats, track, Telemetry) that mutates an IActionContext. - Adds or renames a telemetry event string (the first argument to callWithTelemetryAndErrorHandling). Hard Rules — Never Emit PII / EUII The following must
Explore related resources
Frequently asked questions
What is telemetry-best-practices?
telemetry-best-practices is a open-source AI agent skill with Copy skill directory. Reviews and authors telemetry code in this extension. Use when adding, modifying, or reviewing any callWithTelemetryAndErrorHandling call, any context.telemetry.properties/measurements.
Who is telemetry-best-practices best for?
telemetry-best-practices is best for reusing agent instructions, scripts, and references.
How do I install telemetry-best-practices?
Install or run telemetry-best-practices using Copy skill directory. Check telemetry-best-practices for the latest setup command.
Is telemetry-best-practices actively maintained?
telemetry-best-practices may need a closer maintenance check before production use.
Auto-fetched from GitHub.