skillfed

aliyun-gbi-analytics-test

This smoke test verifies that your Alibaba Cloud GBI Analytics credentials are correctly configured and the API is reachable. It runs a minimal read-only query to confirm authentication and basic connectivity without making changes to your data.

aliyun-gbi-analytics-test validates Alibaba Cloud GBI Analytics API connectivity and credential authentication.

AI-generated summary based on this skill's SKILL.md

397 34 MIT updated by cinience

Install

cinience/alicloud-skills/aliyun-gbi-analytics-test · repository language: Python

git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/tests/data-analytics/aliyun-gbi-analytics-test ~/.claude/skills/aliyun-gbi-analytics-test
npx skillfed install cinience/alicloud-skills/aliyun-gbi-analytics-test

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does the aliyun-gbi-analytics-test skill do?

The aliyun-gbi-analytics-test skill is a smoke test that verifies your Alibaba Cloud GBI Analytics credentials are correctly configured and the API is reachable. It runs a minimal read-only query to confirm authentication and basic connectivity without making changes to your data.

How do I run an aliyun gbi analytics smoke test?

The aliyun-gbi-analytics-test skill executes a smoke test by validating your Alibaba Cloud credentials, checking API reachability, and performing a minimal read-only query. Simply invoke the skill with your access key configured to test connectivity and authentication in one step.

What credentials does aliyun-gbi-analytics-test require?

The aliyun-gbi-analytics-test skill requires your Alibaba Cloud access key configuration. The skill verifies these credentials during the smoke test and validates that your authentication setup is correct before attempting any API calls.

Can aliyun-gbi-analytics-test modify my analytics data?

No. The aliyun-gbi-analytics-test skill only performs read-only API calls with minimal scope. It is designed to validate connectivity and authentication without making any changes to your data or analytics configuration.

What does gbi analytics api connectivity test check?

The aliyun-gbi-analytics-test skill checks script compilation, API reachability, credential validation, and basic connectivity to the Alibaba Cloud GBI Analytics service. It confirms that your deployment environment can successfully communicate with the API endpoints.

SKILL.md

rendered from the published skill — quoted content, verbatim

Category: test

DATA ANALYTICS DATAANALYSISGBI Smoke Test

Prerequisites

  • Configure credentials with least privilege (ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / optional ALIBABACLOUD_REGION_ID).
  • Target skill: skills/data-analytics/aliyun-gbi-analytics/.

Test Steps

1) Run offline script compilation check (no network needed):

python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/data-analytics/aliyun-gbi-analytics \
  --output output/aliyun-gbi-analytics-test/compile-check.json

2) Read the target skill SKILL.md and identify one lowest-risk read-only API (for example Describe* / List* / Get*). 3) Execute one minimal call with bounded scope (region + page size / limit). 4) Save request summary, response summary, and raw output under output/aliyun-gbi-analytics-test/. 5) If the call fails, record exact error code/message without guessing.

Pass Criteria

  • Script compilation check passes

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
tests/data-analytics/aliyun-gbi-analytics-test/SKILL.md

Related skills

Tags

smoke-testing api-validation credential-verification integration-testing read-only-queries connectivity-check alibaba-cloud test-automation