code-review
Code Review
Comprehensive code review following project standards.
Review Checklist
Code Quality
- Clear naming conventions
- No code duplication
- Proper error handling with
{ success, error }pattern - TypeScript types explicit (no
any)
Project Patterns
- Uses hooks for Supabase queries (not direct queries in components)
- Services return
{ success, data?, error? } - AI calls go through
aiGatewayService.ts - Data transforms follow 4-layer schema (Raw → Parsed → Database → Display)
Security
- No hardcoded secrets or API keys
- Input validation on external data
- SQL injection prevention
- XSS protection
Testing
- E2E tests use
?e2e=1for auth bypass - Schema transformers have validation tests
Output Format
For each finding:
- Severity: Critical / Warning / Suggestion
- File:Line: Location
- Issue: Description
- Fix: Recommended solution
Trigger Phrases
- "review my changes"
- "code review"
- "check this code"
- "/review"
More from bselee/murp
connect
Connect Claude to any app. Send emails, create issues, post messages, update databases - take real actions across Gmail, Slack, GitHub, Notion, and 1000+ services.
8deploy
Build the project, commit all changes, and deploy directly to main. Use when deploying changes to production.
8security-review
Security audit for vulnerabilities, compliance issues, and sensitive data exposure. Use before production deployments or when reviewing security-sensitive code.
8systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
8artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
8