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
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01