Tag: integration
CLI Backend Integration Testing Workflow
This tool facilitates end-to-end verification of backend API changes, allowing developers to test TRPC routers, services, and models via the LobeHub CLI against a local development server. It guides the process from server startup and authe…
Managing Baserow Integrations and Services
This skill guides the implementation of new or updated service and integration types within the Baserow platform. It requires coordinating changes across the backend (Python models, service/integration subclasses) and the frontend (React co…
Managing Stripe API and SDK Version Upgrades
This skill guides developers through managing Stripe's complex versioning system across API, server-side SDKs, and mobile platforms. It details best practices for handling breaking changes and explicitly setting the apiVersion to ensure sea…
Stripe API integration best practices guide
This skill guides developers through selecting the appropriate Stripe API for complex integrations, covering everything from one-time payments and subscriptions to marketplace setup and financial account management. It ensures adherence to …
Integrate Mem0 into existing repositories via TDD
This skill guides the integration of Mem0 into an existing codebase using a goal-driven, test-driven development pipeline. It automatically detects the language, writes failing tests, and ensures the integration is additive and opt-in via f…
Comprehensive Testing Guidelines for Inbox-Zero
Provides comprehensive guidance for testing the application, covering unit, integration, and end-to-end workflows. It details running specialized tests for LLM features and cross-model evaluation.
Integration testing for core error processors
This guide provides patterns for writing robust integration tests for core error processors, detailing how to mock LLM API calls and verify complex retry and error recovery behaviors. It covers structured testing for happy paths, control te…
Linear and CMA Webhook Bridge
A stateless webhook bridge that synchronises Linear issues with Anthropic's Claude Model Agent (CMA) by translating @mentions into agent messages and agent idle signals into Linear comments.