review-verification-protocol
✓Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
Installation
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 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/existential-birds/beagle --skill review-verification-protocol- Source
- existential-birds/beagle
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is review-verification-protocol?
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings. Source: existential-birds/beagle.
How do I install review-verification-protocol?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill review-verification-protocol Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/existential-birds/beagle
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01