qa_api_smoke

Automate API health and endpoint checks with a PowerShell script.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maisonnat/axur-tool --skill qa-api-smoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa_api_smoke
Source: https://github.com/maisonnat/axur-tool/tree/main/.agent/skills/qa_api_smoke
Command: npx skills add https://github.com/maisonnat/axur-tool --skill qa-api-smoke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates health and accessibility checks for backend APIs to ensure endpoints respond correctly and deployments are reliable.

Core Features & Use Cases

  • Health endpoint checks
  • Version/info retrieval
  • Protected-endpoint verification
  • Works in CI/CD pipelines to catch issues early

Quick Start

Run the provided PowerShell test script to verify the backend API endpoints against a running instance

Frequently Asked Questions about qa_api_smoke

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

FAQPage Schema
How do I automate API health checks during deployment validation?

Automate API health checks during deployment validation by running a deterministic PowerShell script that verifies health endpoints, version endpoints, and protected resources against a running backend instance to ensure endpoints respond correctly.

Can I run backend endpoint verification in a CI/CD pipeline?

Yes, you can run backend endpoint verification in CI/CD pipelines. The PowerShell script executes locally or within CI workflows to catch integration testing issues early and validate backend functionality.

What is the best way to verify protected API endpoints respond correctly?

The best way to verify protected API endpoints respond correctly is using an automated smoke testing script that deterministically checks protected resources alongside health and version endpoints to confirm backend accessibility.

Does this API smoke testing approach require any external dependencies?

No external dependencies are required for this API smoke testing approach. The skill relies solely on a standalone PowerShell script to perform integration testing and health checks without needing additional packages or components.

Why does my integration testing fail to catch backend deployment issues?

Integration testing fails to catch backend deployment issues when it lacks automated endpoint verification. Adding a deterministic health check script validates that health, version, and protected resources respond correctly after deployment.