
from testany-agent-skills44
Register, manage, and validate Testany platform case packages: upload scripts/ZIPs, update metadata, run dry-runs, and manage lifecycle operations.
This skill adds the ability to register and manage Testany 'platform cases' — reusable, atomic automation packages — on a Testany deployment. It guides the agent through creating case shells, filling and validating metadata, uploading script ZIPs, performing dry-run validations, and performing CRUD operations (list, get, update, bulk update, delete). The skill focuses on consuming already-prepared case packages (from upstream case-writing workflows) and handling platform-side lifecycle and visibility constraints.
Use this skill when you have a prepared case package or scripts and need to: register them on Testany, correct or complement metadata, upload or replace script ZIPs, run dry-run validations to confirm readiness, or perform administrative operations (search, list, bulk updates, delete). Do NOT use it to author cases from scratch — that belongs to specialized case-writing skills.
Best used by agents that can call remote APIs and handle multi-step workflows (Codex/Claude/Generic HTTP-capable agents).
Testany Case Management skill for registering and managing platform case packages on the Testany platform via MCP tools. No bundled scripts — all operations are remote API calls. SKILL.md is comprehensive with detailed CRUD workflows, phase-based create flow, dry-run validation, and clear scope boundaries. Written entirely in Chinese, limiting accessibility. Well-structured delegation model but references point to sibling skill directories rather than self-contained references/.
Clean skill — no security concerns. All operations are remote API calls with no local filesystem interaction. Secrets handling is properly designed using secret_ref pattern. Niche but well-built for its specific platform.