When you're staring at a Magento 2 production issue at 2am, this gives you a systematic framework instead of random guessing. It walks you through proper problem assessment, log analysis across the entire stack (var/log, PHP-FPM, database slow queries), and isolation testing to find root causes. The methodology is solid: reproduce consistently, document your environment, test hypotheses methodically, then implement fixes with rollback plans. Covers the usual suspects like checkout bugs, performance bottlenecks, cron failures, and module conflicts. The debugging commands reference is handy, and it pushes you toward Xdebug and profiling tools like Blackfire instead of var_dump archaeology. Basically a checklist that stops you from skipping steps when you're under pressure.
npx -y skills add maxnorm/magento2-agent-skills --skill magento-issue-debugger --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills