Alicloud Database Analyticdb Mysql Test: Install, Source and Security | FunnelSlayer

Alicloud Database Analyticdb Mysql Test

Published by cinience in alicloud-skills

Review recommended164 installs

What this skill does

Smoke test for alicloud-database-analyticdb-mysql. Validate minimal authentication, API reachability, and one read-only query path.

Add Alicloud Database Analyticdb Mysql Test to your agent

Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.

Install with a prompt

Paste this into a compatible coding agent:

add this skill "alicloud-database-analyticdb-mysql-test" from https://github.com/cinience/alicloud-skills

Install with the CLI

Run this command in a controlled environment after reviewing the repository:

npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-database-analyticdb-mysql-test

Skill instructions

Category: test

DATABASE ANALYTICDB MYSQL Smoke Test

Prerequisites

  • Configure credentials with least privilege (ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / optional ALIBABACLOUD_REGION_ID).
  • Target skill: skills/database/analyticdb/alicloud-database-analyticdb-mysql/.

Test Steps

  1. Run offline script compilation check (no network needed):
python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/database/analyticdb/alicloud-database-analyticdb-mysql \
  --output output/alicloud-database-analyticdb-mysql-test/compile-check.json
  1. Read the target skill SKILL.md and identify one lowest-risk read-only API (for example Describe* / List* / Get*).
  2. Execute one minimal call with bounded scope (region + page size / limit).
  3. Save request summary, response summary, and raw output under output/alicloud-database-analyticdb-mysql-test/.
  4. If the call fails, record exact error code/message without guessing.

Pass Criteria

  • Script compilation check passes (compile-check.json.status=pass).
  • The selected read-only API call succeeds and returns valid response structure.
  • Evidence files exist in output/alicloud-database-analyticdb-mysql-test/ with timestamp and parameters.

Result Template

  • Date: YYYY-MM-DD
  • Skill: skills/database/analyticdb/alicloud-database-analyticdb-mysql
  • Conclusion: pass / fail
  • Notes:

Files included

  • SKILL.md