Back to skills
extension
Category: Development & EngineeringNo API key required

supabase-upgrade-migration

Execute analyze, plan, and execute Supabase SDK upgrades with breaking change detection. Use when upgrading Supabase SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade supabase", "supabase migration", "supabase breaking changes", "update supabase SDK", "analyze supabase version".

personAuthor: jakexiaohubgithub

Supabase Upgrade Migration

Prerequisites

  • Current Supabase SDK installed
  • Git for version control
  • Test suite available
  • Staging environment

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Updated SDK version
  • Fixed breaking changes
  • Passing test suite
  • Documented rollback procedure

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources