Code Review Performance
Helps with code review, performance optimization as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add code-review-performance npx -- -y @trustedskills/code-review-performance
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review-performance": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-review-performance"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes code review comments and pull request data to identify performance bottlenecks and areas for optimization. It can assess the impact of changes on key metrics like latency, throughput, and resource utilization. The tool provides actionable insights to improve code quality and application efficiency based on historical trends and patterns.
When to use it
- Performance Regression Detection: Identify if a recent pull request introduced performance degradation compared to previous versions.
- Root Cause Analysis: Investigate slow operations or increased latency by analyzing related code review comments and changes.
- Proactive Optimization: Discover potential performance issues before they impact users, based on trends in code reviews.
- Code Review Feedback: Provide reviewers with data-driven insights about the performance implications of proposed code changes.
Key capabilities
- Analyzes pull request data
- Identifies performance bottlenecks
- Assesses impact on key metrics (latency, throughput, resource utilization)
- Provides actionable optimization suggestions
- Detects performance regressions
Example prompts
- "Analyze the last 10 pull requests and identify any potential performance regressions."
- "Show me the code review comments related to increased latency in the authentication service."
- "What are the top three areas for performance improvement based on recent code reviews?"
Tips & gotchas
The skill requires access to your repository's pull request data. Ensure the AI agent has appropriate permissions and credentials to read this information.
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.