code-review

Comprehensive code review following project standards.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-review" with this command: npx skills add bselee/murp/bselee-murp-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=1 for 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"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

security-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

connect

No summary provided by upstream source.

Repository SourceNeeds Review
General

deploy

No summary provided by upstream source.

Repository SourceNeeds Review