get-profile-hotpath Skill
Fetch and display the hot path from an Application Insights Profiler trace. Use this when asked to get the profiler hot path, call tree, or trace analysis for an App Insights resource. Published by microsoft in code-optimizations-skills.
What is get-profile-hotpath Skill?
Fetch and display the hot path from an Application Insights Profiler trace. Use this when asked to get the profiler hot path, call tree, or trace analysis for an App Insights resource. 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 get-profile-hotpath Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/code-optimizations-skills
- Skill file: skills/get-profile-hotpath/SKILL.md
What it does
Fetch and display the hot path from an Application Insights Profiler trace. Use this when asked to get the profiler hot path, call tree, or trace analysis for an App Insights resource.
Skill instructions
Get Profile Hot Path This skill fetches the hot path call tree from an Application Insights Profiler trace using the dataplane REST API directly. Prerequisites - The user must be logged in to Azure CLI (az login) - The user must provide an Application Insights app ID (GUID) and a trace location ID (the ServiceProfilerContent value from a profiler sample) 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: - Trace location ID: The full ServiceProfilerContent string. See trace-location-id-format.md for the format specification. If the user doesn't have a trace location ID, help them find one by querying profiler samples — see find-profiler-traces.md. 3–8. Fetch the hot path (combined pipeline) For efficiency, use the combined pipeline script get-hotpath-pipeline.md which performs steps 3–8 in a single PowerShell block: token acquisi
Explore related resources
Frequently asked questions
What is get-profile-hotpath?
get-profile-hotpath is a open-source AI agent skill with Copy skill directory. Fetch and display the hot path from an Application Insights Profiler trace. Use this when asked to get the profiler hot path, call tree, or trace analysis for an App Insights resource.
Who is get-profile-hotpath best for?
get-profile-hotpath is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install get-profile-hotpath?
Install or run get-profile-hotpath using Copy skill directory. Check get-profile-hotpath for the latest setup command.
Is get-profile-hotpath actively maintained?
get-profile-hotpath may need a closer maintenance check before production use.
Auto-fetched from GitHub.