jeremylongshore / supabase-ci-integration
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/supabase-ci-integration && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1799" && unzip -o skill.zip -d .claude/skills/supabase-ci-integration && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/supabase-ci-integration/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Configure Supabase CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Supabase tests into your build process. Trigger with phrases like "supabase CI", "supabase GitHub Actions", "supabase automated tests", "CI supabase".
0 views
0 installs
Skill Content
---
name: supabase-ci-integration
description: |
Configure Supabase CI/CD integration with GitHub Actions and testing.
Use when setting up automated testing, configuring CI pipelines,
or integrating Supabase tests into your build process.
Trigger with phrases like "supabase CI", "supabase GitHub Actions",
"supabase automated tests", "CI supabase".
allowed-tools: Read, Write, Edit, Bash(gh:*)
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# 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
- [GitHub Actions Documentation](https://docs.github.com/en/actions)
- [Supabase CI Guide](https://supabase.com/docs/ci)