supabase-queries

Community

Query SBHQ data and test notifications fast.

Authorsiondw
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides quick, hands-on access to SBHQ-Mobile data via Supabase, enabling fast debugging and verification of contests, users, participants, questions, answers, and notification history. It also includes guidance for testing the notification edge function.

Core Features & Use Cases

  • SQL Queries via mcp__supabase__execute_sql: run SELECT queries against key tables to inspect state, relationships, and activity.
  • Data Exploration: quickly check active contests, users with expo_push_token, and notification history.
  • Edge Function Testing: retrieve and test the send-notification function, simulate payloads, and verify deduplication logic.

Quick Start

Run a sample query to list active contests, e.g., SELECT id, name, state FROM contests WHERE state != 'FINISHED'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: supabase-queries
Download link: https://github.com/siondw/sbhq-mobile/archive/main.zip#supabase-queries

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository