unit-test-router

Route unit-test guidance to Android, iOS, or WeChat sub-skills.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sunzhk/shared-skills --skill unit-test-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unit-test-router
Source: https://github.com/sunzhk/shared-skills/tree/main/unit-test-guide-skills/unit-test-router
Command: npx skills add https://github.com/sunzhk/shared-skills --skill unit-test-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies project type and routes unit-test guidance to the appropriate sub-skill for Android, iOS, or WeChat mini-programs, ensuring a unified routing strategy and consistent outputs.

Core Features & Use Cases

  • Platform routing: detects project type and dispatches to unit-test-android, unit-test-ios, or unit-test-wechat-miniprogram.
  • Unified output: produces a standardized test plan structure that can be consumed by CI or task management.
  • Reference mapping: attaches official platform testing references for each routed path.

Quick Start

Identify the project type and route to the correct unit-test sub-skill (Android, iOS, or WeChat).

Frequently Asked Questions about unit-test-router

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

FAQPage Schema
How do I route unit tests across Android, iOS, and WeChat mini-programs?

To route unit tests across platforms, you identify the project type to dispatch guidance to the correct sub-skill for Android, iOS, or WeChat, ensuring a unified testing strategy with standardized output.

What is a cross-platform unit test routing strategy?

A cross-platform unit test routing strategy detects your project type and directs testing guidance to the appropriate platform-specific sub-skill, producing a standardized test plan structure with official references for CI consumption.

How do I generate a standardized unit test plan for CI pipelines?

You generate a standardized unit test plan for CI by routing platform-specific testing guidance through a unified router, which outputs a consistent structure along with official platform testing references.

Does the unit test router support WeChat mini-program test plans?

Yes, the unit test router supports WeChat mini-program test plans by detecting the project type and dispatching guidance specifically to the unit-test-wechat-miniprogram sub-skill with relevant official references.

When do I need a unified router for platform-specific unit tests?

You need a unified router for platform-specific unit tests when you require a consolidated cross-platform test plan and consistent routing to Android, iOS, or WeChat sub-skills instead of managing isolated testing workflows.