返回 Skill 列表
extension
分类: 开发与工程无需 API Key

supabase-ci-integration

配置Supabase CI/CD与GitHub Actions和测试的集成。在设置自动化测试、配置CI流水线或将Supabase测试集成到构建过程中时使用。可以通过诸如“supabase CI”、“supabase GitHub Actions”、“supabase 自动化测试”、“CI supabase”等短语触发。

person作者: jakexiaohubgithub

Supabase Ci Integration

Prerequisites

  • GitHub repository with Actions enabled
  • Supabase test API key
  • npm/pnpm project configured

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

Output

  • Automated test pipeline
  • PR checks configured
  • Coverage reports uploaded
  • Release workflow ready

Error Handling

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

Examples

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

Resources