·debug:express

使用系統診斷技術調試 Express.js 和 Node.js 應用程序。該技能為解決中間件執行問題、路由問題、CORS 錯誤、異步錯誤處理、內存洩漏和未處理的承諾拒絕提供了全面的指導。涵蓋 DEBUG 環境變量的用法、帶有 Chrome DevTools 的 Node Inspector、VS Code 調試、Morgan 請求日誌記錄和診斷中間件模式。包括四階段調試方法和常見錯誤消息參考。

15安裝·0熱度·@snakeo

安裝

$npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:express

SKILL.md

A systematic approach to debugging Express.js applications using proven techniques and tools.

Cannot GET /route (404 Errors) Symptoms: Route returns 404, middleware not matching Common Causes:

Middleware Not Executing Symptoms: Request hangs, next() not called, order issues Common Causes:

使用系統診斷技術調試 Express.js 和 Node.js 應用程序。該技能為解決中間件執行問題、路由問題、CORS 錯誤、異步錯誤處理、內存洩漏和未處理的承諾拒絕提供了全面的指導。涵蓋 DEBUG 環境變量的用法、帶有 Chrome DevTools 的 Node Inspector、VS Code 調試、Morgan 請求日誌記錄和診斷中間件模式。包括四階段調試方法和常見錯誤消息參考。 來源:snakeo/claude-debug-and-refactor-skills-plugin。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:express
分類
</>開發工具
認證
收錄時間
2026-02-06
更新時間
2026-02-18

快速解答

什麼是 debug:express?

使用系統診斷技術調試 Express.js 和 Node.js 應用程序。該技能為解決中間件執行問題、路由問題、CORS 錯誤、異步錯誤處理、內存洩漏和未處理的承諾拒絕提供了全面的指導。涵蓋 DEBUG 環境變量的用法、帶有 Chrome DevTools 的 Node Inspector、VS Code 調試、Morgan 請求日誌記錄和診斷中間件模式。包括四階段調試方法和常見錯誤消息參考。 來源:snakeo/claude-debug-and-refactor-skills-plugin。

如何安裝 debug:express?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/snakeo/claude-debug-and-refactor-skills-plugin --skill debug:express 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/snakeo/claude-debug-and-refactor-skills-plugin