aliyun-hbr-backup-test
This test skill verifies the aliyun-hbr-backup skill's core functionality by checking script compilation, confirming API authentication with Alibaba Cloud credentials, and executing a minimal read-only query to confirm connectivity. It produces timestamped evidence files documenting request and response details for validation.
aliyun-hbr-backup-test validates Alibaba Cloud HBR backup skill authentication and API connectivity through smoke testing.
AI-generated summary based on this skill's SKILL.md
Install
cinience/alicloud-skills/aliyun-hbr-backup-test · repository language: Python
git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/tests/backup/aliyun-hbr-backup-test ~/.claude/skills/aliyun-hbr-backup-testnpx skillfed install cinience/alicloud-skills/aliyun-hbr-backup-testFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does aliyun-hbr-backup-test do?
aliyun-hbr-backup-test verifies the aliyun-hbr-backup skill's core functionality by checking script compilation, confirming API authentication with Alibaba Cloud credentials, and executing a minimal read-only query to confirm connectivity. It produces timestamped evidence files documenting request and response details for validation.
How does aliyun-hbr-backup-test validate authentication?
aliyun-hbr-backup-test validates Alibaba Cloud HBR backup skill authentication by verifying minimal authentication credentials and testing API connectivity to confirm that your Alibaba Cloud backup operations can authenticate successfully with the service.
Can aliyun-hbr-backup-test run a smoke test?
Yes. aliyun-hbr-backup-test runs a smoke test for aliyun-hbr-backup skill compilation and basic operations, checking that the skill compiles correctly and executes fundamental tasks without errors.
What is the aliyun-hbr-backup-test's approach to API testing?
aliyun-hbr-backup-test executes read-only API calls to verify HBR backup service reachability and performs an aliyun hbr backup api test to confirm the service is accessible and responding correctly to requests.
What evidence does aliyun-hbr-backup-test produce?
aliyun-hbr-backup-test produces timestamped evidence files documenting request and response details for validation, allowing you to review the exact interactions between the test and Alibaba Cloud's HBR backup service.
Is aliyun-hbr-backup-test safe to run in production?
aliyun-hbr-backup-test uses only read-only API calls and minimal authentication credentials, making it safe for validation without modifying backup data or configurations in your Alibaba Cloud environment.
SKILL.md
rendered from the published skill — quoted content, verbatim
Category: test
BACKUP HBR Smoke Test
Prerequisites
- Configure credentials with least privilege (
ALIBABACLOUD_ACCESS_KEY_ID/ALIBABACLOUD_ACCESS_KEY_SECRET/ optionalALIBABACLOUD_REGION_ID). - Target skill:
skills/backup/aliyun-hbr-backup/.
Test Steps
1) Run offline script compilation check (no network needed):
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/backup/aliyun-hbr-backup \
--output output/aliyun-hbr-backup-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-hbr-backup-test/.
5) 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
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
tests/backup/aliyun-hbr-backup-test/SKILL.md