Skip to main content
Run any Skill in Manus
with one click

perf-sanity

Stars89
Forks8
UpdatedJuly 7, 2026 at 13:11

Catch the algorithmic and I/O performance classics before shipping — O(n²) on unbounded input, N+1 queries, sync calls in hot/async paths, unbounded memory. Use when writing loops over data of unknown size, database access in loops, or anything on a request path.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly