Sls Trace Analyzer
The Sls Trace Analyzer swiftly dissects SLT traces for anomalies and insights, boosting troubleshooting efficiency and rapid issue resolution.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sls-trace-analyzer npx -- -y @trustedskills/sls-trace-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sls-trace-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sls-trace-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The sls-trace-analyzer skill analyzes execution traces to identify performance bottlenecks and potential errors. It can parse stack traces, pinpoint slow function calls, and provide insights into resource usage within a system. This allows for targeted optimization and debugging efforts.
When to use it
- Debugging Performance Issues: Use when an application is running slowly or experiencing unexpected delays.
- Analyzing Error Logs: Employ this skill to understand the root cause of errors by examining associated stack traces.
- Optimizing Resource Usage: Identify functions consuming excessive resources (CPU, memory) based on trace data.
- Post-Deployment Monitoring: Integrate with monitoring systems to proactively detect and address performance regressions.
Key capabilities
- Stack Trace Parsing
- Function Call Identification
- Resource Usage Analysis
- Error Context Extraction
Example prompts
- "Analyze this stack trace: [paste stack trace here]"
- "What functions are contributing most to the overall execution time?"
- "Explain the error in this log and provide a possible solution."
Tips & gotchas
The skill's effectiveness depends on the quality of the provided execution traces. Ensure that tracing is enabled at an appropriate level within your application for accurate analysis.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.