Tag: tdd

Type: All Skills Tools
skill

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…

embedchain/embedchain mem0 integration tdd llm
skill ★ 50

Test-Driven Development Workflow

Enforces a rigorous test-driven development workflow, mandating unit, integration, and E2E tests with a minimum 80% coverage threshold. The process guides developers through defining user journeys and test cases prior to implementation.

tan-yong-sheng/ai-vision-mcp tdd testing playwright jest
skill ★ 12

Viznoir development workflow automation skill

This skill automates the development lifecycle for the viznoir project, guiding developers through the TDD cycle. It enforces best practices for adding new filters, tools, and managing PR quality gates, including benchmarking and registry u…

kimimgo/viznoir dev-workflow tdd ci-cd viznoir
skill ★ 24,025

Codemod Implementation Patterns and Workflow

A guide for implementing automated code transformations using AST-based patterns and utility functions. It provides a structured workflow for scaffolding, testing with fixtures, and applying efficient transformations like method renaming an…

mastra-ai/mastra codemod ast-transformation typescript tdd
skill ★ 56,162

Automated Mem0 Repository Integration Pipeline

An automated pipeline for integrating Mem0 into existing Python or TypeScript repositories using a test-driven development approach. It detects the project's language, creates a feature branch, and implements additive, non-breaking changes …

mem0ai/mem0 mem0 tdd repository-integration python