api-health-audit

Audit web, miniprogram, and mobile API routes for availability and response compliance.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Come0520/L2C --skill api-health-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-health-audit
Source: https://github.com/Come0520/L2C/tree/main/.agent/skills/api-health-audit
Command: npx skills add https://github.com/Come0520/L2C --skill api-health-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the critical task of verifying the availability, responsiveness, and correct output structure of all API endpoints, preventing deployment failures and ensuring service stability.

Core Features & Use Cases

  • Comprehensive API Scanning: Checks all defined web, miniprogram, and mobile API routes.
  • Health & Compliance Checks: Validates HTTP status codes, response formats, and boundary conditions.
  • Use Case: Before deploying a new version, this Skill is automatically invoked to guarantee that no core APIs are returning 5xx errors or malformed data, acting as a crucial gatekeeper.

Quick Start

Run the api-health-audit skill to check all API routes and report any failures.

Frequently Asked Questions about api-health-audit

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

FAQPage Schema
How do I automate API health checks before deployment?

Automated API health checks scan all web, miniprogram, and mobile routes to verify availability and prevent deployment failures. The audit validates HTTP status codes, identifies 5xx errors, and checks response structures to ensure service stability before release.

What is API compliance auditing for response specifications?

API compliance auditing validates response formats and structural consistency against specifications across all interfaces. It identifies malformed data and structural inconsistencies, ensuring endpoints adhere to required output contracts before and after deployments.

Does API health auditing work with miniprogram and mobile interfaces?

Yes, API health auditing comprehensively checks defined web, miniprogram, and mobile API routes. It verifies availability and adherence to response specifications across these platforms to maintain overall API integrity.

How do I test API boundary conditions for pagination and authentication?

Test API boundary conditions by running an audit that includes boundary condition testing for pagination and authentication. This verifies endpoints handle edge cases correctly, ensuring robust API compliance and integrity.

Why do I need an API audit to identify 5xx errors and structural inconsistencies?

You need an API audit to automatically identify critical 5xx errors and structural inconsistencies causing deployment failures. It verifies responsiveness and correct output structure across endpoints, ensuring service stability.