perf-optimization Skill
Guide for analyzing performance issues based on profiler and code optimizations, including CPU, latency, and throughput. Use this when asked to investigate performance bottlenecks or optimize application performance. Published by microsoft in code-optimizations-skills.
What is perf-optimization Skill?
Guide for analyzing performance issues based on profiler and code optimizations, including CPU, latency, and throughput. Use this when asked to investigate performance bottlenecks or optimize application performance. 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
- Writing
- Data analysis use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use perf-optimization Skill
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/code-optimizations-skills
- Skill file: skills/perf-optimization/SKILL.md
What it does
Guide for analyzing performance issues based on profiler and code optimizations, including CPU, latency, and throughput. Use this when asked to investigate performance bottlenecks or optimize application performance.
Skill instructions
Analysis When asked to analyze performance issues based on profiler data, follow these steps: 1. Check investigation notes and gather inputs — Follow the Standard Skill Preamble to check for existing investigation context and gather inputs. 2. Identify the Application Insights resource — If the investigation notes didn't have the resource or the user wants a different one, follow the steps in Identify Application Insights Resource. After the resource is confirmed, write or update investigation-notes.md with the confirmed values. If only a resource ID is available, resolve the app ID using resolve-app-id.md. 3. Query for slow requests with profiler traces — Start by querying Application Insights for recent slow requests, especially those with ServiceProfilerSample events associated. Run the script in query-slow-requests.md to find the slowest requests that have profiler trace coverage. This gives you a concrete picture of what's slow and what has profiler data available for deeper analy
Explore related resources
Frequently asked questions
What is perf-optimization?
perf-optimization is a open-source AI agent skill with Copy skill directory. Guide for analyzing performance issues based on profiler and code optimizations, including CPU, latency, and throughput.
Who is perf-optimization best for?
perf-optimization is best for reusing agent instructions, scripts, and references, data analysis workflows, writing workflows.
How do I install perf-optimization?
Install or run perf-optimization using Copy skill directory. Check perf-optimization for the latest setup command.
Is perf-optimization actively maintained?
perf-optimization may need a closer maintenance check before production use.
Auto-fetched from GitHub.