Skip to main content
在 Manus 中运行任何 Skill
一键导入

regression-test-generator

Use when a verified fix needs a regression test — "write a test for this fix," "generate regression test," or "add test coverage for this bug." Auto-detects project test conventions, routes to Vitest+RTL or Playwright based on component type (sync vs async server), generates targeted tests with anti-brittleness constraints, and annotates coverage boundaries. Not for diagnosing bugs, applying fixes, or writing feature tests — use ui-bug-investigator, component-fix-and-verify, or manual test authoring respectively.

概览

Use when a verified fix needs a regression test — "write a test for this fix," "generate regression test," or "add test coverage for this bug." Auto-detects project test conventions, routes to Vitest+RTL or Playwright based on component type (sync vs async server), generates targeted tests with anti-brittleness constraints, and annotates coverage boundaries. Not for diagnosing bugs, applying fixes, or writing feature tests — use ui-bug-investigator, component-fix-and-verify, or manual test authoring respectively.

安装命令
npx skills add https://github.com/dtsong/frontend-qa-skills --skill regression-test-generator

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年2月15日 09:27
文件资源管理器
3 个文件
SKILL.md
readonly