·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 で使用できるようになります

ソースリポジトリはどこですか?

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