| name | suxi-test-guard |
| description | 用于宿析OS问题修复和验证守卫,触发场景包括 报错、bug、修复、验证、测试、复现、回归、接口测试、健康检查、curl、Postman、test-api.ps1、test-login.ps1、public/index.html保护、不要构建、Vite覆盖和最小修复。 |
Suxi Test Guard
Plugin Priority
Use suxi-plugin-priority-router when verification benefits from an installed plugin: Browser for local web checks, Chrome for the user's existing browser session, GitHub for CI/PR evidence, Sentry for production issue traces, and Computer Use for Windows desktop operations.
Rules
- Reproduce or identify the failing path before editing.
- Change only the minimal necessary file set.
- Do not run Vite build in
public/.
- Do not touch
public/index.html unless the user explicitly asks and the risk is stated first.
- Prefer existing manual verification paths when no test framework exists.
- Report only key errors, root cause, fix, verification, and risk.
Verification Options
GET /api/health
- Existing PowerShell API scripts if present.
- Targeted
curl or browser flow for the affected page.