Verify a code change against measured performance gates — latency & tail-latency regression, profiler-confirmed hot paths, memory/leak soak, I/O & wire budgets, and scaling — by running it, not reading it. Use for 'perf review', 'did this slow down', 'check for a regression', or /perf-review. Enforces performance quality; does not review general code (use /code-review).
$npx -y skills add lemoncrow-lab/lemoncrow --skill perf-reviewInstalls into the current project.
Run `npx skills use "https://github.com/lemoncrow-lab/lemoncrow" --skill "lemoncrow-lab/lemoncrow/perf-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lemoncrow-lab/lemoncrow" that are relevant to the current task. Run `npx skills add "https://github.com/lemoncrow-lab/lemoncrow"` and select the relevant skills, then follow their instructions.