plan-review-performance

Installation
SKILL.md

Plan Review Performance

Review whether the plan introduces avoidable performance or scaling risk.

Evaluate

  • N+1 queries and repeated remote calls.
  • Missing indexes or inefficient filters.
  • Memory growth, streaming, batching, and pagination.
  • Cache correctness and invalidation.
  • Latency-sensitive user paths.
  • Background job retries, queue growth, and idempotency.
  • Load spikes, rate limits, and external API quotas.

Output

Return performance findings ordered by severity with:

Related skills
Installs
4
GitHub Stars
1
First Seen
4 days ago