·review-verification-protocol
</>

review-verification-protocol

existential-birds/beagle

所有代碼審查的強制性驗證步驟,以減少誤報。在報告任何代碼審查結果之前加載此技能。

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

安裝

$npx skills add https://github.com/existential-birds/beagle --skill review-verification-protocol

SKILL.md

This protocol MUST be followed before reporting any code review finding. Skipping these steps leads to false positives that waste developer time and erode trust in reviews.

| map.get(key) \|\| [] | Map.get() returns T \| undefined, fallback is correct | | Class exports without separate type export | Classes work as both value and type | | as const on literal arrays | Creates readonly tuple types | | Type annotation on variable declaration | Not a type assertion | | satisfies instead of as | Type checking without assertion |

| Array index as key (static list) | Valid when: items don't reorder, list is static, no item identity needed | | Inline arrow in onClick | Valid for non-performance-critical handlers (runs once per click) | | State that appears unused | May be set via refs, external callbacks, or triggers re-renders |

查看原文

可引用資訊

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

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

快速解答

什麼是 review-verification-protocol?

所有代碼審查的強制性驗證步驟,以減少誤報。在報告任何代碼審查結果之前加載此技能。 來源:existential-birds/beagle。

如何安裝 review-verification-protocol?

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

這個 Skill 的原始碼在哪?

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