create-test-case-templates

Generate standardized test-case templates from Markdown definitions and reference files using Python scripts.

207|45|Updated May 27, 2025
One-click install
npx skills add https://github.com/XS-MLVP/UCAgent --skill create-test-case-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-test-case-templates
Source: https://github.com/XS-MLVP/UCAgent/tree/main/ucagent/lang/zh/skills/unitytest/create-test-case-templates
Command: npx skills add https://github.com/XS-MLVP/UCAgent --skill create-test-case-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

创建测试用例模板阶段专属技能,用于指导测试用例模板的创建以及格式规范,确保团队在编写测试用例时遵循统一的标准。

Core Features & Use Cases

  • 提供标准化的测试用例模板结构与示例,方便快速生成可执行的测试用例模板
  • 支持从 {DUT}_functions_and_checks.md 等源文件提取测试点并生成对应的模板文件
  • 提供执行指南,确保按规定流程完成模板创建

Quick Start

Use RunSkillScript to generate all test case templates from the reference_files.

Frequently Asked Questions about create-test-case-templates

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

FAQPage Schema
How do I generate structured test case templates from Markdown definitions?

To generate structured test case templates from Markdown, use Python scripts to convert source files like {DUT}_functions_and_checks.md into ready-to-run templates. This automated conversion enforces a standardized FG/FC/CK hierarchy.

What is the standardized FG/FC/CK hierarchy in software testing templates?

The FG/FC/CK hierarchy is a standardized structural format enforced by the template generation scripts. It ensures test development workflows maintain consistency across projects by organizing test points extracted from Markdown reference files.

Can I use Python scripts to automate test case creation for pytest?

Yes, you can automate test case creation for pytest using Python scripts. The scripts process Markdown definitions and reference files to produce standardized, ready-to-run test templates that integrate into quality assurance workflows.

Does the test case template generation require any external dependencies?

The test case template generation requires no external dependencies. It operates deterministically using standalone Python scripts located in the scripts directory, ensuring a standardized template creation process without additional environment setup.

What is the best way to ensure test case consistency across development teams?

The best way to ensure test case consistency is to automate template generation using standardized Python scripts. This enforces a unified FG/FC/CK structure across all tests converted from Markdown definitions, eliminating manual formatting discrepancies.