Agent Skills
› DanielSuo117/velocitai
› ui-automation-harness
ui-automation-harness
GitHubUI回归测试子技能路由入口,编排页面生成、定位替换、断言设计及失败修复等复合场景,协调多个专项Agent完成端到端自动化验证。
触发场景
需要执行UI回归测试流程
UI自动化脚本生成或维护
测试失败排查与修复
安装
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/
版本历史
- 6d28887 当前 2026-07-05 20:20


