Agent Skills
› DanielSuo117/velocitai
› ui-automation-harness
ui-automation-harness
GitHubUI回归测试子技能路由入口,协调生成页面测试、替换定位器、添加回归点及修复失败测试等场景,通过组合test-runner与其他专用工具完成端到端验证。
Trigger Scenarios
需要为新增或修改的页面生成并运行UI回归测试
需要替换UI元素定位器并验证功能
现有页面上新增功能需添加回归测试点
存在失败的UI测试用例需要自动诊断和修复
Install
npx skills add DanielSuo117/velocitai --skill ui-automation-harness -g -y
SKILL.md
Frontmatter
{
"name": "ui-automation-harness",
"description": "UI regression test sub-skill router entry point."
}
UI Regression Testing — Main Skill
Composite Scenarios
- Add new page and run it →
gen-page-test→test-runner - Replace locators and verify →
locator-replacer→test-runner - Add features to an existing page →
add-regression-point→test-runner - Navigation test cases that leave the portal layout →
add-regression-point+case-round-trip→test-runner - Design load assertion for a new page →
page-load-assertion→gen-page-test - Review changes →
code-review-graph→test-runner - Locate a bug →
code-review-graph(debug workflow) - Safe refactoring →
code-review-graph(refactor workflow) - Fix failing tests →
test-runner(detect failure) →quick-debug(login-free triage + auto-fix) →test-runner(regression verification) - Verify after form save →
save-verify-strategy(choose verification method) →test-runner(run verification)
Reference Index
Coding conventions, project facts, and behavior rules are all guided by CLAUDE.md and not repeated here.
Key references:
- Naming + base classes + test organization → coding-conventions/
- Locator restrictions + wait strategy + context sharing → playwright/
- Agent behavior boundaries → agent-behavior/
Version History
- 6d28887 Current 2026-07-05 20:20


