Agent Skills
› DanielSuo117/velocitai
› ui-automation-harness
ui-automation-harness
GitHubUI回归测试子技能的路由入口,协调页面生成、定位器替换、功能添加及故障修复等复合场景。通过串联gen-page-test、test-runner等专用工具,实现从代码审查到自动化验证的完整测试工作流。
Trigger Scenarios
需要执行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


