Agent Skills
› NeverSight/learn-skills.dev
› data-driven-testing
data-driven-testing
GitHub该技能已弃用,被 testing-best-practices 取代。建议迁移至新技能以获取更全面的测试设计、用例生成及策略支持,涵盖分层测试、Markdown表格输出及CI指导等增强功能。
Trigger Scenarios
用户请求使用 data-driven-testing 技能
用户提及已过时的数据驱动测试相关旧版需求
Install
npx skills add NeverSight/learn-skills.dev --skill data-driven-testing -g -y
SKILL.md
Frontmatter
{
"name": "data-driven-testing",
"description": "DEPRECATED: Use testing-best-practices instead. This skill has been retired."
}
Deprecated
This skill has been replaced by testing-best-practices.
Use testing-best-practices for all test design, test case generation, and test strategy work.
What changed
- Test layering policy (unit / integration / e2e) replaces the unit-only DDT focus.
- Markdown tables replace the rigid canonical JSON test-case schema.
- Output is strategy + matrix + implementation plan, not JSON blocks.
- Added: hard rules against fabricated fixtures and invented source locations.
- Added: e2e execution guidance (preflight, async polling, flake handling).
- Added: CI lane guidance (PR smoke vs nightly full).
- Auth-state reuse and idempotent/state-tolerant e2e are first-class concerns.
Version History
-
e0220ca
Current 2026-07-05 20:30
技能已正式退役并标记为废弃,引导用户使用 testing-best-practices 替代。


