mb-tea

Generate test suites and coverage reports for changed code files.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-tea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mb-tea
Source: https://github.com/Yanick-mj/mb-framework/tree/main/agents/tea
Command: npx skills add https://github.com/Yanick-mj/mb-framework --skill mb-tea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The test architect skill addresses the difficulty of manually crafting test strategies, generating appropriate tests, and ensuring sufficient coverage across code changes, which often slows down development and reduces code quality.

Core Features & Use Cases

  • Strategic Test Planning: Analyzes changed files and scope to design effective test approaches.
  • Automated Test Creation: Generates new test files or updates existing ones following project templates for components, hooks, endpoints, and more.
  • Coverage Evaluation: Runs test suites, produces coverage reports, and highlights gaps.
  • Use Case Example: When the orchestrator pipeline reaches the testing phase, the skill reads implementation files, creates targeted unit and integration tests, runs them, and reports coverage delta back to the verifier.

Quick Start

Ask the test architect to create tests for the changed files in the current sprint.

Frequently Asked Questions about mb-tea

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate test strategies for changed code files?

Test strategies for changed files are generated by analyzing the implementation scope to design effective test approaches, then creating or modifying test files based on project templates. This ensures targeted coverage for new code changes.

What is automated test generation for code changes?

Automated test generation creates new test files or updates existing ones following project templates for components, hooks, and endpoints. It analyzes changed files to produce targeted unit and integration tests during the development pipeline.

How do I evaluate test coverage gaps after writing tests?

Test coverage gaps are evaluated by running test suites and producing coverage reports that highlight missing areas. The analysis reports coverage delta back to the verifier to identify untested code paths.

Can I integrate test generation into an orchestrator pipeline?

Yes, test generation integrates into orchestrator pipelines by reading implementation files during the testing phase, creating targeted tests, executing them, and reporting coverage results back to the verifier component.

Does automated test creation work with existing project test templates?

Automated test creation works with existing project test templates by reading the templates and generating new test files or modifying existing ones to match the established patterns for components, hooks, and endpoints.