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

debugging-difficult-bugs

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

Runtime-instrumentation debugging for bugs that static reading can't pin down — add temporary unconditional JSONL logging to the real code path, reproduce, read the log, then fix. Use when /root-cause lands at MEDIUM/LOW confidence, when a bug involves runtime state, ordering, caching, streaming, concurrency, or manual/UI reproduction, or before a second speculative fix. Skip when a stack trace or a deterministic failing test already proves the cause.

التثبيت

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

SKILL.md
readonly