plan-review-performance

Identify performance risks in plans by analyzing bottlenecks and resource usage.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill plan-review-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review-performance
Source: https://github.com/ChristopherAlphonse/calphonse-skills/tree/main/plan-review-performance
Command: npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill plan-review-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews and identifies performance, scaling, caching, database access, and resource usage risks in a plan, helping teams prevent bottlenecks before implementation.

Core Features & Use Cases

  • Detect potential N+1 queries, repeated remote calls, and missing indexes.
  • Evaluate memory growth, caching correctness, and pagination impacts.
  • Provide actionable recommendations with tests, metrics, or benchmarks for validation.

Quick Start

Run the plan-review-performance skill on your upcoming plan to surface performance risks and suggested mitigations.

Frequently Asked Questions about plan-review-performance

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

FAQPage Schema
How do I identify performance risks in a software plan before implementation?

To identify performance risks in a plan, analyze potential bottlenecks by scanning for N+1 queries, missing indexes, caching issues, memory growth, and latency. This deterministic review provides actionable recommendations with tests and metrics to validate findings.

What is the best way to detect N+1 queries and missing indexes during planning analysis?

The best way to detect N+1 queries and missing indexes during planning analysis is to run a performance-focused review on your plan. This surfaces database access patterns and resource usage risks, providing concrete mitigations and benchmarks for validation.

Can I evaluate caching correctness and memory growth for data pipeline deployment plans?

Yes, you can evaluate caching correctness and memory growth for data pipeline deployment plans. The review process analyzes resource usage and scaling risks, ensuring you prevent bottlenecks by providing actionable recommendations with validation metrics.

Does plan review analysis guard against over-optimization when fixing latency issues?

Yes, plan review analysis includes guardrails against over-optimization when addressing latency issues. It performs deterministic scans of your plan to balance performance improvements, delivering concrete recommendations validated by tests and metrics.

How do I validate performance findings and recommendations after a plan review?

You validate performance findings by implementing the concrete recommendations provided during the plan review. These actionable suggestions specifically include tests, metrics, or benchmarks designed to measure and confirm that latency and resource usage risks are resolved.