Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

perf-sanity

النجوم٨٩
التفرعات٨
آخر تحديث٧ يوليو ٢٠٢٦ في ١٣:١١

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.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly