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

staff-engineering-skills-race-conditions

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

Detect and prevent race conditions in concurrent code. Use when writing code that reads then writes shared state, checks a condition then acts on it, creates records that should be unique, updates counters or balances, transitions status fields, or handles webhook/queue retries. Activates on patterns like check-then-act, read-modify-write, findUnique-then-create, or any shared state mutation without atomicity guarantees.

التثبيت

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

SKILL.md
readonly