zephyr-squad

Fetch, create, and update Zephyr Squad test data via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zephyr Squad test management in Jira often involves repetitive manual steps across multiple issues and test artifacts. This Skill enables programmatic fetch, creation, and updating of test steps, executions, and cycles via Zephyr Squad REST API using curl, reducing manual toil and potential errors.

Core Features & Use Cases

  • Fetch test steps for a test issue
  • Create test steps and executions, and update existing ones
  • Manage test cycles and executions across projects
  • Integrate with Jira project workflows for end-to-end test management

Quick Start

Authenticate with JWT tokens and use the provided curl commands to fetch, create, or update Zephyr Squad data in your Jira projects.

Frequently Asked Questions about zephyr-squad

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

FAQPage Schema
How do I automate Zephyr Squad test management in Jira?

Automate Zephyr Squad test management by using curl-based REST API calls to fetch, create, and update test cases, executions, and cycles, reducing manual toil and potential errors across Jira projects.

What do I need to authenticate Zephyr Squad REST API calls?

Authenticate Zephyr Squad REST API calls using JWT tokens. You must generate and supply a valid JWT token in your curl commands to successfully fetch or modify test data within your Jira projects.

Can I create and update test executions in Zephyr Squad via REST API?

Create and update test executions in Zephyr Squad via REST API by sending curl requests to the designated endpoints, enabling programmatic management of executions across test cycles and projects.

How does programmatic test cycle management work with Zephyr?

Programmatic test cycle management with Zephyr works by sending curl-based REST API requests to create and update cycles, allowing you to integrate test execution workflows directly into your Jira project automation.

Is curl required to manage Zephyr Squad test steps remotely?

Curl is the required method demonstrated for managing Zephyr Squad test steps remotely. The provided examples use curl commands to fetch, create, and update test steps through the REST API using JWT authentication.

What limitations exist when using REST API for Zephyr test data?

Limitations of using the REST API for Zephyr test data include dependency on valid JWT authentication and familiarity with curl syntax, as incorrect tokens or malformed requests will prevent successful test data manipulation.