sparq:qase-api

Generate curl-ready Qase REST API endpoint references with project code resolution.

27|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-qase-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparq:qase-api
Source: https://github.com/STUkh/sparq-assistant/tree/main/claude/skills/sparq-qase-api
Command: npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-qase-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Direct access to Qase REST API references for curl-based workflows are provided to enable direct interaction with Qase without relying on MCP.

Core Features & Use Cases

  • Provides curl-ready endpoint references for projects, suites, cases, runs, results, milestones, environments, defects, attachments, and more.
  • Automatically resolves the project code from sparq.config.json's outputs.tms.qase.projectCode or the QASE_DEFAULT_PROJECT environment variable.
  • Includes guidance on error handling and fallback when endpoints change.

Quick Start

Invoke the sparq-qase-api skill to load curl-ready Qase REST API references into your workflow.

Frequently Asked Questions about sparq:qase-api

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

FAQPage Schema
How do I make curl requests to the Qase API for test runs and results?

To call Qase REST API endpoints via curl for test runs and results, use curl-ready endpoint references that automatically resolve your project code. This provides direct interaction with Qase without relying on MCP.

How do I configure the project code for Qase API curl commands?

To configure the project code for Qase API curl commands, set the value in your sparq.config.json file under outputs.tms.qase.projectCode, or define the QASE_DEFAULT_PROJECT environment variable for automatic resolution.

What Qase endpoints are supported for direct curl workflows?

Supported Qase endpoints for direct curl workflows include projects, suites, cases, runs, results, milestones, environments, defects, attachments, users, and searches. Each endpoint comes with specific curl examples and project code resolution.

Can I interact with Qase test management without using MCP?

Yes, you can interact with Qase test management without using MCP by utilizing direct REST API references. This Skill provides curl-based workflows to access all major Qase endpoints directly from your terminal or scripts.

What should I do if a Qase API endpoint changes or returns an error in curl?

If a Qase API endpoint changes or returns an error in curl, refer to the included error handling and fallback guidance. This documentation helps you troubleshoot common endpoint issues and adjust your curl commands accordingly.