api-smoke-testing

Discover API routes across common frameworks and validate endpoint responses.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill api-smoke-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-smoke-testing
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/api-smoke-testing
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill api-smoke-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and test every API endpoint by automatically discovering routes across common frameworks and validating responses, ensuring quick visibility into broken or misconfigured endpoints.

Core Features & Use Cases

  • Discover routes across Next.js, Express, Django, FastAPI, and Rails projects.
  • Ensure a running dev server or verify server startup in CI for smoke tests.
  • Hit every endpoint and classify results (OK, redirects, client errors, server errors), then generate a concise report.

Quick Start

Run the API smoke tests against a running dev server to verify all endpoints respond as expected.

Frequently Asked Questions about api-smoke-testing

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

FAQPage Schema
How do I run an API smoke test to verify all my endpoints are responding?

To run an API smoke test, the Skill automatically discovers routes across your project, ensures a dev server is running, hits every endpoint, and generates a report classifying responses as OK, redirects, client errors, or server errors.

Can I automatically discover and test API routes in a FastAPI or Django project?

Yes, you can automatically discover and test API routes in FastAPI or Django projects. The Skill scans codebases across these common frameworks to identify endpoints and validate their HTTP responses.

What is automated route discovery for API health checks and how does it work?

Automated route discovery for API health checks scans your codebase to identify every endpoint. It validates server startup, sends HTTP requests to discovered routes, and classifies response health to expose broken or misconfigured endpoints.

Do I need a running dev server to perform automated smoke testing on API endpoints?

Yes, you need a running dev server to perform automated smoke testing on API endpoints. The Skill requires an active server or validates server startup in CI to send HTTP requests and verify health responses.

Does this API smoke testing approach work with Next.js and Express frameworks?

Yes, this API smoke testing approach works with Next.js and Express frameworks. It supports route discovery across Next.js, Express, Django, FastAPI, and Rails projects to validate endpoint responses.

What is the best way to verify API health across multiple frameworks without writing manual tests?

The best way to verify API health automatically is using a tool that discovers routes across frameworks like Next.js and Rails, starts your server, and hits endpoints to classify response results into a concise health report.