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-skillsInstall 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-testSkill instructions
Category: test
DATABASE ANALYTICDB MYSQL Smoke Test
Prerequisites
- Configure credentials with least privilege (
ALIBABACLOUD_ACCESS_KEY_ID/ALIBABACLOUD_ACCESS_KEY_SECRET/ optionalALIBABACLOUD_REGION_ID). - Target skill:
skills/database/analyticdb/alicloud-database-analyticdb-mysql/.
Test Steps
- 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
- Read the target skill
SKILL.mdand identify one lowest-risk read-only API (for exampleDescribe*/List*/Get*). - Execute one minimal call with bounded scope (region + page size / limit).
- Save request summary, response summary, and raw output under
output/alicloud-database-analyticdb-mysql-test/. - 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

