aliyun-dlf-manage-next-test

$npx mdskill add cinience/alicloud-skills/aliyun-dlf-manage-next-test

Validates metadata discovery and a read-only API call for DlfNext skill

  • Tests basic functionality of DlfNext skill in a controlled environment
  • Relies on AK/SK credentials, region configuration, and GoalsSkill
  • Uses predefined test steps to execute metadata and API checks
  • Saves test outputs to a specified directory for review
SKILL.md
.github/skills/aliyun-dlf-manage-next-testView on GitHub ↗
---
name: aliyun-dlf-manage-next-test
description: Minimal smoke test for DlfNext skill. Validate metadata discovery and one read-only API call.
version: 1.0.0
---

Category: test

# DlfNext Minimal Viable Test

## Prerequisites

- AK/SK and region are configured.
- GoalsSkill: `skills/data-lake/aliyun-dlf-manage-next/`。

## Test Steps

1) Run `python scripts/list_openapi_meta_apis.py`.
2) Select one read-only API and run a minimal request.
3) Save outputs under `output/aliyun-dlf-manage-next-test/`。

## Expected Results

- Metadata and read-only query paths are available.
More from cinience/alicloud-skills