aio-tests

Fetch, create, and update AIO Tests cases via REST API in Jira.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Wopee-io/wopee-io-awesome --skill aio-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aio-tests
Source: https://github.com/Wopee-io/wopee-io-awesome/tree/main/skills/aio-tests
Command: npx skills add https://github.com/Wopee-io/wopee-io-awesome --skill aio-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates interacting with AIO Tests REST APIs to fetch, create, and update test cases in a Jira project, reducing manual API work and speeding test management.

Core Features & Use Cases

  • Fetch test cases from AIO Tests repository using REST API and token authentication.
  • Create new test cases with minimal fields or full details, and update existing ones.
  • Present results in a Markdown table with pagination-aware output for reporting and collaboration.

Quick Start

Run a curl command to fetch tests for a Jira project and print a Markdown table of results.

Frequently Asked Questions about aio-tests

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

FAQPage Schema
How do I fetch test cases from the AIO Tests REST API in a Jira project?

Fetch test cases from the AIO Tests REST API by triggering a curl command with token-based authentication to retrieve repository data and print a Markdown table of results for your Jira project.

Can I create and update AIO Tests cases using a simple curl workflow?

Yes, you can create new AIO Tests cases with minimal fields or full details and update existing ones using a simple curl workflow that interacts directly with OpenAPI-driven REST endpoints.

How does pagination work when fetching AIO Tests cases via REST API?

Pagination is handled automatically when fetching AIO Tests cases via REST API, ensuring all results across multiple projects are output in a complete, pagination-aware Markdown table format.

Do I need token authentication to interact with AIO Tests endpoints?

Yes, token-based authentication is required to access and interact with AIO Tests OpenAPI-driven endpoints for fetching, creating, and updating test cases in your repository.

What is the best way to report AIO Tests data fetched through the REST API?

The best way to report fetched AIO Tests data is using the built-in Markdown table output, which formats API results directly for easy sharing, reporting, and team collaboration.

Are there limitations when managing AIO Tests cases across multiple Jira projects?

The workflow supports fetching, creating, and updating AIO Tests across multiple Jira projects, though managing large datasets relies on its pagination-aware output to prevent API retrieval limits.