用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ShadyMccoy/WC26 --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | verify |
| description | Build/launch/drive recipe for verifying changes to this single-file bracket app (index.html) with Playwright. |
No build step. The whole app is index.html; serve it and drive it with
Playwright chromium (executablePath: '/opt/pw-browsers/chromium' in remote
sessions — the npm-installed browser revision usually doesn't match).
http.createServer that returns index.html for every
path (or python3 -m http.server), e.g. on localhost:8901.page.route:
**/raw.githubusercontent.com/** → fulfill with a fixture
{"matches":[...]} — 16 objects num: 73..88, team1/team2 from the
ISO map in index.html, plus date: "2026-06-28", time: "12:00 UTC-4",
ground: "Atlanta". Give one match score: {ft:[2,1]} to get a winner
flag.**/api.github.com/** → fulfill [].**/flagcdn.com/** → fulfill a 1x1 PNG (flags render as circles; layout
is unaffected)..flag (33 render with the fixture above)..flag → .tooltip.on appears; its horizontal center
must equal the flag's rect center; near-top flags (rect.top < 90 of the
visible region) get .below. Capsule (.cap) tooltips anchor at the
pointer after a 600 ms settled hover; find a hover point via
elementFromPoint sweep (caps are SVG strokes).isMobile: true, hasTouch: true; tap toggles the tip.Emulation.setPageScaleFactor + Input.synthesizeScrollGesture
via CDP (gesture coords must lie inside the zoomed visual viewport).
Tooltip position math is in document coords; the stage width must NOT
change on resize events while zoomed.Playwright tap auto-scrolls the target into view; read the flag's
bounding box after tapping when the page is scrolled.