Plugin Claude Code
A marketplace entry for VelocitAI, described in Chinese as a development framework for governing UI automation agents. UI automation means software-controlled interaction with screens and applications.
Plugin Claude Code
A marketplace entry for VelocitAI, described in Chinese as a development framework for governing UI automation agents. UI automation means software-controlled interaction with screens and applications.
Plugin Claude Code
A framework for governing UI automation agents built around Playwright, pytest, and the page object model (POM), a way to organize tests by web pages. It includes skills, rules, and self-improvement mechanisms.
Agent Claude Code
A code-review agent focused on Python and Playwright tests that use the page object model (POM), a way to organize tests by web pages. It looks for bugs and checks rules without changing functionality.
Hook Claude Code
Runs before the agent uses a tool for Bash(git commit *) tool calls, running code-review-graph build. From DanielSuo117/velocitai.
Hook Claude Code
Runs when a session starts, running code-review-graph status. From DanielSuo117/velocitai.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, SessionStart) and 41 allowed tools.
Instructions file CodexOpenCode
An instruction guide for the velocitai project, written in Chinese. It explains what the project is, its skills and rules, core constraints, and routing table.
Instructions file
A set of instructions for using Claude Code in the velocitai project. It covers the project map, working boundaries, request routes, commands, and a process for improving the system over time.
Instructions file Gemini CLI
A set of instructions for using the Gemini command-line tool in the velocitai project. It describes the project’s skills, rules, constraints, and request-routing table.
Plugin Claude Code
UI automation agent harness for Claude Code: Playwright + pytest POM skills, rules, and self-evolution.
Skill Claude CodeCodex
UI regression test sub-skill router entry point.
Skill Claude CodeCodex
Incrementally add regression test points to an existing PageObject. Trigger: add test point, add regression point, add test point, increase coverage, extend page methods.
Skill Claude CodeCodex
POM layering and context sharing decision tree. Trigger: architecture, layering, POM, Page Object, base class design, add new role.
Skill Claude CodeCodex
Browser viewport / headless / timeout layered configuration. Trigger: viewport, browser config, navigation timeout, headless, slowmo, incognito.
Skill Claude CodeCodex
Under a shared page, a test case that leaves the start page must return via the UI and assert. Trigger: round-trip closure, case round trip, reset timeout, scope shared page.
Skill Claude CodeCodex
AST knowledge graph: change review, exploration, debugging, refactoring. Trigger: knowledge graph, code review, impact analysis, blast radius, refactoring.
Skill Claude CodeCodex
One-click generation of PageObject + matching tests. Trigger: new page, generate page, gen page, create page, add page object.
Skill Claude CodeCodex
Replace placeholder locators with real selectors (six-level priority). Trigger: replace locator, locator, selector, locator failed, element not found, DOM analysis.
Skill Claude CodeCodex
Four verification modes and call hierarchy for ispageloaded(). Trigger: page assertion, ispageloaded, page loaded, page load verification.
Skill Claude CodeCodex
On test failure, jump directly to the problem page via token login and debug in-place. Trigger: debug, troubleshoot, locator failure, timeout, element not found, assertion failure.
Skill Claude CodeCodex
Post-form-save verification (Toast / redirect / data comparison / rich-text clear). Trigger: save verification, toast, redirect detection, Meta+A, save success detection.
Skill Claude CodeCodex
Run pytest + structured failure analysis. Trigger: run tests, run test, pytest, failure analysis, allure.
Skill Claude CodeCodex
Implicit wait as default, explicit wait only for slow paths. Trigger: wait strategy, timeout, wait, implicit wait, explicit wait.
Plugin Claude Code
A framework for governing browser-interface automation with Playwright and pytest. Playwright controls web browsers, pytest runs Python tests, and the page-object model keeps page interactions organized.