Detecting Performance Bottlenecks

🌐Community
by jeremylongshore · vlatest · Repository

Identifies system resource constraints and inefficient processes hindering application performance using data analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add detecting-performance-bottlenecks npx -- -y @trustedskills/detecting-performance-bottlenecks
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "detecting-performance-bottlenecks": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/detecting-performance-bottlenecks"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill analyzes code execution traces and system metrics to identify performance bottlenecks. It can pinpoint slow functions, inefficient algorithms, or resource contention issues impacting application speed. The tool provides insights into where optimization efforts will have the greatest impact on overall performance.

When to use it

  • Debugging Slow Applications: When users report an application is running slowly, this skill can help identify the root cause.
  • Optimizing Code Performance: Before deploying a new version of code, use this skill to proactively find and fix potential bottlenecks.
  • Troubleshooting Resource Contention: If multiple processes are competing for limited resources (CPU, memory, disk I/O), this skill can highlight those conflicts.
  • Analyzing Database Queries: Identify slow or inefficient database queries that are impacting application response times.

Key capabilities

  • Code execution trace analysis
  • System metrics monitoring
  • Bottleneck identification
  • Performance impact assessment

Example prompts

  • "Analyze the attached code execution trace and identify any performance bottlenecks."
  • "Can you analyze this system's resource usage over the last hour and tell me what might be slowing it down?"
  • "I’m seeing slow response times on my database queries. Can you help me pinpoint which ones are causing the problem?"

Tips & gotchas

This skill requires access to code execution traces or system metrics data, so ensure appropriate permissions and data collection mechanisms are in place before use. The accuracy of results depends heavily on the quality and completeness of the input data provided.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
11

🌐 Community

Passed automated security scans.