aliyun-rds-supabase-test
$
npx mdskill add cinience/alicloud-skills/aliyun-rds-supabase-testValidates RDS Supabase endpoint reachability and basic API functionality
- Tests if RDS Supabase endpoint is reachable and functional
- Uses configured AK/SK credentials and RDS Supabase API endpoints
- Executes one read-only list or detail API call to verify response
- Reports instance count or error codes as test results
SKILL.md
.github/skills/aliyun-rds-supabase-testView on GitHub ↗
--- name: aliyun-rds-supabase-test description: Minimal smoke test for RDS Supabase skill. Validate endpoint reachability and one list/detail API. version: 1.0.0 --- Category: test # RDS Supabase Minimal Viable Test ## Prerequisites - AK/SK and region are configured. - GoalsSkill: `skills/database/rds/aliyun-rds-supabase/`。 ## Test Steps 1) 读取技能中 API 基础信息。 2) 调用一个只读列表或详情 API。 3) 记录实例数或错误码。 ## Expected Results - 可完成一次最小只读调用。