devops-infrastructure/appinsights-instrumentation/SKILL.md
Instrument a webapp to send useful telemetry data to Azure App Insights
npx skillsauth add beel-collab/presets appinsights-instrumentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables sending telemetry data of a webapp to Azure App Insights for better observability of the app's health.
Use this skill when the user wants to enable telemetry for their webapp.
The app in the workspace must be one of these kinds
Find out the (programming language, application framework, hosting) tuple of the application the user is trying to add telemetry support in. This determines how the application can be instrumented. Read the source code to make an educated guess. Confirm with the user on anything you don't know. You must always ask the user where the application is hosted (e.g. on a personal computer, in an Azure App Service as code, in an Azure App Service as container, in an Azure Container App, etc.).
If the app is a C# ASP.NET Core app hosted in Azure App Service, use AUTO guide to help user auto-instrument the app.
Manually instrument the app by creating the AppInsights resource and update the app's code.
Use one of the following options that fits the environment.
No matter which option you choose, recommend the user to create the App Insights resource in a meaningful resource group that makes managing resources easier. A good candidate will be the same resource group that contains the resources for the hosted app in Azure.
development
Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
documentation
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
documentation
Create a README.md file for the project
testing
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/