Performance Testing
Helps with performance optimization, testing as part of testing, debugging, and quality assurance workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add naodeng-performance-testing npx -- -y @trustedskills/naodeng-performance-testing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"naodeng-performance-testing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/naodeng-performance-testing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The naodeng-performance-testing skill allows AI agents to execute performance tests and analyze results. It can simulate user load on web applications or APIs, measure response times, and identify bottlenecks. This helps ensure systems are robust and scalable under pressure.
When to use it
- Before a major release: Validate that new features won't negatively impact application performance.
- After infrastructure changes: Confirm that server upgrades or network modifications haven’t introduced regressions.
- Troubleshooting slow response times: Pinpoint the source of performance issues in a live environment.
- Capacity planning: Estimate how many users a system can handle before degradation occurs.
Key capabilities
- Simulate user load on web applications and APIs.
- Measure response times under varying conditions.
- Identify performance bottlenecks.
Example prompts
- "Run a load test on
https://example.comwith 100 concurrent users for 60 seconds." - "Test the API endpoint
/api/dataand report average response time." - “Simulate 50 users accessing the login page, measure the error rate.”
Tips & gotchas
The skill requires a stable internet connection to execute tests. Results are dependent on the test environment and network conditions; ensure these factors are controlled for accurate comparisons.
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.