Supabase Ci Integration
Prerequisites
-
GitHub repository with Actions enabled
-
Supabase test API key
-
npm/pnpm project configured
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
-
Automated test pipeline
-
PR checks configured
-
Coverage reports uploaded
-
Release workflow ready
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
GitHub Actions Documentation
-
Supabase CI Guide
Overview
Configure Supabase CI/CD integration with GitHub Actions and testing.
Instructions
-
Assess the current state of the CI/CD configuration
-
Identify the specific requirements and constraints
-
Apply the recommended patterns from this skill
-
Validate the changes against expected behavior
-
Document the configuration for team reference