performance-reviewer

Quantify latency, memory usage, and query counts in production-scale code paths.

11|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ylxmf2005/AgentCorp --skill performance-reviewer-ylxmf2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-reviewer
Source: https://github.com/ylxmf2005/AgentCorp/tree/main/agentcorp/performance-reviewer
Command: npx skills add https://github.com/ylxmf2005/AgentCorp --skill performance-reviewer-ylxmf2005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill acts as AgentCorp's dedicated Performance Reviewer, ensuring that code changes do not introduce performance regressions and that resource usage remains predictable at production scale.

Core Features & Use Cases

  • Identify N+1 queries and memory growth patterns that emerge as data size scales.
  • Quantify latency, throughput, and memory usage across critical code paths under realistic workloads.
  • Document findings with concrete scale metrics and traceable evidence to support design decisions and optimization efforts.
  • Provide actionable recommendations and guardrails to prevent performance regressions during feature delivery.

Quick Start

Run a production-scale performance review on the code paths most likely to impact latency or resource consumption and report findings with concrete scale metrics.

Frequently Asked Questions about performance-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How can I detect N+1 queries and memory growth in production-scale code?

To detect N+1 queries and memory growth, you can trace how code behaves under real data and load to identify scaling bottlenecks. This process requires evidence like query counts and memory usage to quantify impact.

What is the best way to review code for latency and throughput issues?

Reviewing code for latency and throughput issues involves quantifying these metrics across critical paths under realistic workloads. It guides targeted analysis by requiring concrete evidence such as external call counts and latency measurements.

How do I identify performance regressions in data-heavy loops and I/O-bound paths?

Identifying performance regressions in data-heavy loops and I/O-bound paths requires tracing code behavior under production scale. You evaluate impact using constraints like memory usage and throughput to guide improvements.

Can performance code review provide actionable recommendations for large result sets?

Yes, performance code review for large result sets provides actionable recommendations and guardrails. It documents findings with concrete scale metrics and traceable evidence to support optimization efforts and prevent regressions.

What evidence is needed to quantify performance costs in a production deployment?

To quantify performance costs in a production deployment, you need evidence such as query counts, latency, memory usage, and external calls. These constraints evaluate impact and guide targeted improvements.