case

Manage Testany platform test cases with CRUD and bulk operations.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill case
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: case
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-bot/skills/case
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill case

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Testany Case CRUD simplifies managing test cases on the Testany platform by providing a unified interface to create, read, update, and delete cases, as well as handle bulk operations and optional script uploads.

Core Features & Use Cases

  • Create, Read, Update, and Delete (CRUD) operations for individual cases and support for bulk updates/deletes.
  • Script upload guidance via /case-writing to attach test scripts when needed.
  • Workspace visibility controls (global vs private with workspace restrictions) and case labeling for organization.
  • Use Case: A QA engineer creates a new case for a login flow, then reads and updates the case elements and optionally uploads a validation script.

Quick Start

Try creating a new case with a descriptive name using the Create flow, then list your cases to verify the entry. If you need to add a test script, follow the /case-writing guidance to attach the file to the case.

Frequently Asked Questions about case

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Testany test cases in bulk?

You can manage Testany test cases in bulk using the skill's bulk workflow operations to create, query, update, and delete multiple cases simultaneously. It provides a unified interface for handling these bulk CRUD actions efficiently.

Can I upload test scripts when creating a case?

Yes, you can upload test scripts when creating a case by following the /case-writing guidance. This allows you to attach validation scripts to your newly created or updated test cases on the platform.

How do I organize test cases within a specific workspace?

You organize test cases within a specific workspace using workspace visibility controls and case labeling. This supports distinguishing between global and private cases while applying labels for better case management and filtering.

Do I need MCP tooling to run CRUD operations on cases?

Yes, you need the MCP tooling set to run CRUD operations on cases. The skill relies on specific MCP tools like testany_create_case, testany_update_case, and testany_dry_run_case to execute its core functions.

What is the best way to update existing test case elements?

The best way to update existing test case elements is through the skill's update workflow. It enables you to read and modify individual case elements directly, ensuring your test cases reflect the latest validation requirements.

How does the dry run case functionality work?

The dry run case functionality works by utilizing the testany_dry_run_case MCP tool within the workflow. It allows you to validate executor configurations and environment variables before finalizing the test case creation or update process.