# Web Routing

> Route browser-related requests to the appropriate skill (browser vs dev-testing).

- Skill: `lidge-jun/web-routing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lidge-jun/web-routing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lidge-jun/web-routing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lidge-jun (https://skillmd.com/u/lidge-jun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lidge-jun/web-routing

---


# 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`

