alicloud-database-rds-supabase-test

Validate RDS Supabase endpoint reachability with a read-only API call.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-rds-supabase-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-database-rds-supabase-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/database/rds/alicloud-database-rds-supabase-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-rds-supabase-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a minimal smoke test to validate the reachability and basic functionality of the RDS Supabase integration.

Core Features & Use Cases

  • Endpoint Validation: Checks if the RDS Supabase endpoint is accessible.
  • API Functionality Test: Executes a single read-only API call (list or detail) to ensure basic operations work.
  • Use Case: Before performing critical database operations, run this Skill to quickly confirm that your application can communicate with the RDS Supabase service.

Quick Start

Run a smoke test for the RDS Supabase skill.

Frequently Asked Questions about alicloud-database-rds-supabase-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test RDS Supabase connectivity before running critical database operations?

To test RDS Supabase connectivity, run a minimal smoke test that validates endpoint reachability and executes a single read-only API call to ensure your application can communicate with the service.

What does a Supabase smoke test check for RDS integrations?

A Supabase smoke test checks endpoint accessibility and validates basic API functionality by performing a minimal read-only operation, such as a list or detail API call, to confirm successful communication.

Can I validate RDS Supabase API functionality without modifying my database?

Yes, you can validate RDS Supabase API functionality without modifications by executing a single read-only API call that retrieves basic API information and records instance counts or error codes.

How do I verify if my RDS Supabase endpoint is reachable?

You can verify if your RDS Supabase endpoint is reachable by running a connectivity test that checks endpoint accessibility and confirms minimal read-only operations return successfully without errors.

Why does my RDS Supabase connectivity test return an error code?

If your RDS Supabase connectivity test returns an error code, it indicates that the endpoint validation failed or the read-only API call encountered an issue, meaning your application cannot currently communicate with the service.