AgentSkillsCN

supabase-upgrade-migration

在检测到破坏性变更时,执行 Supabase SDK 升级的分析、规划与实施。 当您升级 Supabase SDK 版本、检测弃用功能,或迁移到新的 API 版本时,请使用此技能。可通过“升级 Supabase”、“Supabase 迁移”、“Supabase 破坏性变更”、“更新 Supabase SDK”、“分析 Supabase 版本”等短语触发。

SKILL.md
--- frontmatter
name: supabase-upgrade-migration
description: |
  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".
allowed-tools: Read, Write, Edit, Bash(npm:*), Bash(git:*)
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>

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