ワンクリックで
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Toolkit for interacting with and testing local web applications using Playwright.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Core coding skill for the FORGE builder agent
Planning skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
| name | webapp-testing |
| description | Toolkit for interacting with and testing local web applications using Playwright. |
Use this skill to verify frontend functionality, debug UI behavior, and capture browser state for evaluation or deployment verification.
Reconnaissance:
networkidle state to ensure JS execution is complete.Identification:
text=, role=, CSS, or IDs).page.locator() and all() to discover interactive elements.Execution:
When working with local servers, ensure the server is running correctly before beginning reconnaissance. If managing server lifecycles, wait for port availability.
playwright.sync_api for cleaner script integration where applicable.wait_for_selector or specific network idle states instead of arbitrary timeouts.