Tag: tdd
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…
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.
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…
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…
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 …