The Self-Review Protocol skill equips Claude with a structured methodology to validate code changes before final delivery. By executing a two-pass review—first focusing on static analysis, type safety, and naming conventions, and second on domain logic, security protocols, and architectural alignment—it ensures that every contribution is robust and secure. This skill is particularly valuable for teams using TypeScript, Supabase, and Stripe, as it includes specific checks for RLS policies and data leakage prevention on public pages.
Key Features
01Security-focused review for Supabase RLS and protected data
02Standardized reporting of review status in final responses
03Two-pass verification system for comprehensive code auditing
04Automated linting and TypeScript type-safety checks
05Impact analysis for shared interfaces and project constants
060 GitHub stars