بنقرة واحدة
systematic-debugging
Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Execute plans step-by-step with evidence at each stage; maintain rollback capability.
Perform final verification on development branches; choose from 4 merge strategies.
Effectively process reviewer feedback; categorize blocking vs. advisory items.
Request code reviews at the right time with necessary context and evidence.
Plan before implementing; produce verifiable, rollback-safe, incrementally executable task plans.
استنادا إلى تصنيف SOC المهني
| name | systematic-debugging |
| description | Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches. |
The core of systematic debugging is: understand first, then fix. When encountering a bug, clarify symptoms, reproduction conditions, and blast radius. Draw hypotheses, verify them with experiments to isolate the root cause, and only then submit a minimal, verifiable fix.