download-profile-trace Skill
Download a profiler trace file from Application Insights Profiler. Use this when asked to download, save, or export a profiler trace or .etl/.nettrace file. Published by microsoft in code-optimizations-skills.
What is download-profile-trace Skill?
Download a profiler trace file from Application Insights Profiler. Use this when asked to download, save, or export a profiler trace or .etl/.nettrace file. Published by microsoft in code-optimizations-skills. 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use download-profile-trace Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/code-optimizations-skills
- Skill file: skills/download-profile-trace/SKILL.md
What it does
Download a profiler trace file from Application Insights Profiler. Use this when asked to download, save, or export a profiler trace or .etl/.nettrace file.
Skill instructions
Download Profile Trace This skill downloads a raw profiler trace artifact from the Application Insights Profiler dataplane API. The downloaded file can be opened in PerfView, Visual Studio, or other trace analysis tools. Prerequisites - The user must be logged in to Azure CLI (az login) - The user must provide an Application Insights app ID (GUID) or resource ID Steps 1–2. Check investigation notes and gather inputs Follow the Standard Skill Preamble to check for existing investigation context and gather inputs. In addition to the standard App ID, this skill requires: - Time range (optional): How far back to look for traces. Defaults to 7 days (P7D). - Output path (optional): Where to save the downloaded file. Defaults to the current directory. 3. Acquire an access token Run the script in get-access-token.md to acquire a Bearer token for the profiler dataplane. See the token freshness and session scoping guidance in that document — re-acquire the token in the same command block as each
Explore related resources
Frequently asked questions
What is download-profile-trace?
download-profile-trace is a open-source AI agent skill with Copy skill directory. Download a profiler trace file from Application Insights Profiler. Use this when asked to download, save, or export a profiler trace or .etl/.nettrace file.
Who is download-profile-trace best for?
download-profile-trace is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install download-profile-trace?
Install or run download-profile-trace using Copy skill directory. Check download-profile-trace for the latest setup command.
Is download-profile-trace actively maintained?
download-profile-trace may need a closer maintenance check before production use.
Auto-fetched from GitHub.