velocitai
Autonomous UI test generation, debugging, and regression workflows
All Skills in This Repository (13)
Pure Emerald Level Indicatorsui-automation-harness
Orchestrate UI regression tests using Playwright and pytest.
gen-page-test
Generate PageObject classes and matching tests for Playwright and pytest projects.
locator-replacer
Replace placeholder locators in page objects with stable selectors using six-level prioritization.
quick-debug
Diagnose UI test failures with in-page, login-free debugging.
browser-config
Centralize pytest and Playwright browser configuration with layered fixtures.
add-regression-point
Add regression points to existing PageObjects with locator constants and methods.
code-review-graph
Analyze codebases with an AST-based knowledge graph to surface risks.
architecture
Organize Page Objects and shared test context for scalable UI tests.
wait-strategy
Prioritize implicit waits over explicit waits in UI automation.
case-round-trip
Enforce test cases to return to the landing UI and assert the starting state.
test-runner
Run pytest tests and analyze failures into structured debugging guidance.
page-load-assertion
Validate page-load readiness with four is_page_loaded modes for SPA and dynamic UIs.
Frequently Asked Questions
FAQPage SchemaHow to install VelocitAI?▼
Run `npx skills add DanielSuo117/velocitai --all -g -y` in your terminal to install all skills globally.
How to generate Playwright tests automatically?▼
Give the page name, URL, and test points, and the gen-page-test skill builds the page object and test file from the real page DOM.
How to fix broken Playwright locators?▼
The locator-replacer skill re-scans the live page and swaps fragile selectors using a six-level priority from ARIA roles down to relative XPath.
Does VelocitAI work with Claude Code and Copilot CLI?▼
Yes. It ships entry files for Claude Code, GitHub Copilot CLI, Gemini CLI, Cursor, and Windsurf.
Can it debug failing UI tests without rerunning everything?▼
Yes. The quick-debug skill jumps straight to the failing page via token login, diagnoses the cause, and verifies the fix in place.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core