download-snapshot Skill
Download a snapshot dump file from Application Insights Snapshot Debugger. Use this when asked to download, save, or export a snapshot or .dmp file for offline debugging. Published by microsoft in code-optimizations-skills.
What is download-snapshot Skill?
Download a snapshot dump file from Application Insights Snapshot Debugger. Use this when asked to download, save, or export a snapshot or .dmp file for offline debugging. 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-snapshot Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/code-optimizations-skills
- Skill file: skills/download-snapshot/SKILL.md
What it does
Download a snapshot dump file from Application Insights Snapshot Debugger. Use this when asked to download, save, or export a snapshot or .dmp file for offline debugging.
Skill instructions
Download Snapshot This skill downloads a snapshot dump artifact from the Application Insights Snapshot Debugger dataplane API. The downloaded file can be opened in Visual Studio, WinDbg, or dotnet-dump for offline exception analysis. 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 snapshots. 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 dataplane. See the token freshness and session scoping guidance in that document — re-acquire the token in the same command block
Explore related resources
Frequently asked questions
What is download-snapshot?
download-snapshot is a open-source AI agent skill with Copy skill directory. Download a snapshot dump file from Application Insights Snapshot Debugger. Use this when asked to download, save, or export a snapshot or .dmp file for offline debugging.
Who is download-snapshot best for?
download-snapshot is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install download-snapshot?
Install or run download-snapshot using Copy skill directory. Check download-snapshot for the latest setup command.
Is download-snapshot actively maintained?
download-snapshot may need a closer maintenance check before production use.
Auto-fetched from GitHub.