Route browser-related requests to the appropriate skill (browser vs dev-testing).
Scanned 6/4/2026
Install via CLI
openskills install lidge-jun/cli-jaw-skills---
name: web-routing
description: Route browser-related requests to the appropriate skill (browser vs dev-testing).
---
# Web Routing
Route browser-related requests to the correct skill.
## Routing Rules
| Request type | Skill |
|-------------|-------|
| Web browsing, page interaction, form input, screenshots, posting | `browser` |
| Local webapp E2E / regression / test automation | `dev-testing` |
| Playwright request (not for testing) | `browser` |
| Playwright request (explicitly for testing) | `dev-testing` |
## Decision Rule
- Request contains test keywords (`e2e`, `regression`, `smoke`, `test`) → `dev-testing`
- All other browser requests → `browser`
No comments yet. Be the first to comment!
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。