بنقرة واحدة
debug
Systematic debugging with structured reproduction and root cause analysis.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Systematic debugging with structured reproduction and root cause analysis.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | debug |
| description | Systematic debugging with structured reproduction and root cause analysis. |
| last_updated | "2025-12-20T00:00:00.000Z" |
Don't guess; verify. This skill guides you through the systematic process of identifying, reproducing, and fixing bugs.
# Log usage when using this skill
./scripts/log-skill.sh "debug" "manual" "$$"
workflows/reproduce-issue.mdworkflows/root-cause-analysis.mdtemplates/bug-report.template.mdreferences/common-errors.md"If you haven't reproduced it, you haven't fixed it."
Always implement a reproduction case (test or script) BEFORE attempting a fix. Highly recommended to use the template at docs/templates/repro-script-template.sh and store artifacts in scripts/repro/.
[!NOTE] No top-level
debug/folder exists. Useskills/debug/for guidance andscripts/repro/for artifacts.
Systematic multi-perspective code review with consistent quality gates.
Document solved problems for knowledge persistence
Database, auth, and backend expertise for Supabase operations in [PROJECT_NAME]
Manage file-based todo tracking in the todos/ directory
Resume context from previous session
Unified testing commands and patterns across frontend and backend.