بنقرة واحدة
apply-migration
Apply SQL migration files to JusticeHub Supabase database with verification and error handling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply SQL migration files to JusticeHub Supabase database with verification and error handling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
JusticeHub brand alignment and design system. Use for page creation, design review, component patterns, accessibility, and copy writing.
Log a Notion meeting to GHL — extracts attendees, outcomes, action items, then updates CRM contact with tags, notes, and follow-up tasks
Feature Justice Matrix items for storytelling and content creation
Ralph research agent for discovering global youth justice cases and advocacy campaigns
Review pages visually and test accessibility using agent-browser CLI
Review JusticeHub code against ACT ecosystem values. Enforces cultural protocols, ALMA principles, and regenerative design.
| name | apply-migration |
| description | Apply SQL migration files to JusticeHub Supabase database with verification and error handling. |
Invocation: /apply-migration <migration-file>
/apply-migration 20260102_alma_unification_links.sql
supabase/migrations/.env.local credentials.env.local with NEXT_PUBLIC_SUPABASE_URL, SUPABASE_DB_PASSWORDsupabase/migrations/pg library installedpostgresql://postgres:PASSWORD@HOST:6543/postgres
Fallback to session pooler if direct fails.
✅ Migration executed successfully!
🔍 Verifying tables...
✅ article_related_interventions
✅ alma_intervention_profiles
🎉 Migration Complete!
❌ Error: syntax error at or near "CRATE"
📋 Manual alternative:
1. Open Supabase Dashboard → SQL Editor
2. Copy from: supabase/migrations/bad_migration.sql
3. Fix syntax and run
IF NOT EXISTS)scripts/apply-migration-skill.mjssupabase/migrations/*.sql/create-migration - Generate new migration/verify-schema - Check database schema