Be Performance Check

Post-implementation backend performance review scoped to a feature or flow: N+1 queries, missing indexes, unbounded queries, blocking I/O, memory leaks, caching gaps. Use when: a backend feature has been implemented and needs a performance pass before PR review or merge. Trigger phrases: "check performance", "performance review", "optimize backend", "review queries", "N+1 check". Skip when task is purely frontend, config change, or documentation update. SCOPE: always review only the files changed in the current feature/PR.

phananhtuan09 Updated

File contents

phananhtuan09/ai-agent-workflow/tree/main/skills/be-performance-check commit e85dc6f807

Frequently asked questions

npx skillmds@latest add phananhtuan09/be-performance-check