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

debugging-difficult-bugs

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

Use early when debugging a medium or hard bug, especially when tests alone may not reveal the real runtime failure. Trigger this before extended TDD iteration when a bug involves runtime state, ordering, persistence, streaming, concurrency, UI/manual reproduction, external services, or when a red or newly passing test may not model the real issue. Skip only when the root cause is already directly proven by a stack trace or deterministic test that exercises the real runtime path.

التثبيت

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

SKILL.md
readonly