概要
The Authenticated Route Tester skill provides a structured framework for validating protected API endpoints within backend architectures, specifically those utilizing Keycloak and cookie-based JWT tokens. It streamlines the testing process by offering standardized patterns for GET, POST, PUT, and DELETE operations, including a dedicated script for automated token generation and signing. Whether you are debugging authentication failures, testing multipart file uploads, or verifying database side effects after an API call, this skill ensures consistency across multiple microservices and local development environments.