Agent Skills
› DanielSuo117/velocitai
› ui-automation-harness
ui-automation-harness
GitHubUI回归测试子技能路由入口,协调生成测试、定位替换、故障调试及验证等流程。
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


