Agent Skills
› DanielSuo117/velocitai
› ui-automation-harness
ui-automation-harness
GitHubUI回归测试主技能,作为子技能路由入口。涵盖页面生成、定位器替换、功能添加、导航测试及加载断言等复合场景,并集成代码审查、Bug定位、重构验证及失败测试自动修复工作流,基于Playwright和编码规范执行自动化测试。
Trigger Scenarios
需要生成或运行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


