·react-router-code-review
</>

react-router-code-review

existential-birds/beagle

檢查 React Router 代碼以了解正確的數據加載、突變、錯誤處理和導航模式。在查看 React Router v6.4+ 代碼、加載器、操作或導航邏​​輯時使用。

59安裝·0熱度·@existential-birds

安裝

$npx skills add https://github.com/existential-birds/beagle --skill react-router-code-review

SKILL.md

| useEffect for data, missing loaders, params | references/data-loading.md | | Form vs useFetcher, action patterns | references/mutations.md | | Missing error boundaries, errorElement | references/error-handling.md | | navigate() vs Link, pending states | references/navigation.md |

These patterns are correct React Router usage - do not report as issues:

| Missing loader | Data is available server-side (not client-only) | | useEffect for data fetching | Data is NOT client-only (localStorage, browser APIs, window size) | | Missing errorElement | No parent route in the hierarchy has an error boundary | | navigate() instead of Link | Navigation is NOT triggered by an event handler or conditional logic |

檢查 React Router 代碼以了解正確的數據加載、突變、錯誤處理和導航模式。在查看 React Router v6.4+ 代碼、加載器、操作或導航邏​​輯時使用。 來源:existential-birds/beagle。

查看原文

可引用資訊

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

安裝指令
npx skills add https://github.com/existential-birds/beagle --skill react-router-code-review
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 react-router-code-review?

檢查 React Router 代碼以了解正確的數據加載、突變、錯誤處理和導航模式。在查看 React Router v6.4+ 代碼、加載器、操作或導航邏​​輯時使用。 來源:existential-birds/beagle。

如何安裝 react-router-code-review?

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

這個 Skill 的原始碼在哪?

https://github.com/existential-birds/beagle