Generate Jest tests from API routes and service endpoints
/plugin marketplace add Lobbi-Docs/claude/plugin install lobbi-platform-manager@claude-orchestration[--route FILE] [--type TYPE]Generate comprehensive Jest test files from Express.js API routes, including unit tests, integration tests, and end-to-end tests with proper auth mocking for Keycloak-protected endpoints. ## Your Task You are generating Jest test skeletons for the Lobbi platform's API routes. Parse Express route files, identify endpoints, extract authentication requirements, and generate complete test files with proper setup, mocking, and assertions. ## Arguments - `--route` (optional): Specific route file path (e.g., "services/membership/routes/members.js") - `--type` (optional): Test type (unit, integ...