sweep
DFSグラフクローラー + フルフロントエンド監査。Playwrightがライブアプリをグラフとして巡回し(ページ=ノード、リンク=エッジ)、エントリーポイントからDFSで全到達可能ノードを監査します。複数ブレークポイント対応スクリーンショット(320/768/1440/1920px)、WCAG 2.1 AA準拠性(axe-core)、状態検証(ローディング/エラー/空/成功)、ダークモード、インタラクティブ状態、パフォーマンス測定(LCP/CLS/FCP)、ビジュアルリグレッション、コンソールエラー検出、API検証、ハイドレーション確認に対応。認証対応(storageState)、CI モード(CRITICAL時に終了コード1、テキストのみ出力)、ページ数制限、クロール失敗時の自動復旧機能を備えています。Next.js、Vite/React、Vue/Nuxt、SvelteKit、Astro、Remix、Angularの7フレームワークを自動検出。test、crawl、audit、screenshot、verify、scan、regress、diffのアクション実行が可能です。HTMLグラフレポート、トポロジーマップ、ノード単位のパス/フェイル結果、重度分類済みの課題一覧を出力します。
description の原文を見る
DFS graph crawler + full frontend audit. Playwright crawls the live app as a graph (pages=nodes, links=edges), DFS from entry, audits EVERY reachable node: multi-breakpoint screenshots (320/768/1440/1920px), WCAG 2.1 AA (axe-core), state verification (loading/error/empty/success), dark mode, interactive states, performance (LCP/CLS/FCP), visual regression, console errors, API validation, hydration. Auth support (storageState), CI mode (exit 1 on CRITICAL, text-only), max-pages cap, crawl failure recovery. Auto-detects 7 frameworks: Next.js, Vite/React, Vue/Nuxt, SvelteKit, Astro, Remix, Angular. Actions: test, crawl, audit, screenshot, verify, scan, regress, diff. Outputs: HTML graph report, topology map, per-node pass/fail, severity-rated issues.
SKILL.md 本文
Frontend Test - DFS Graph Crawler + Full Audit
The app is a graph. Every page is a node. Every link, button, and navigation is an edge. Playwright crawls the live app with DFS from the entry point. On every node it reaches, it runs the full test battery: breakpoints, states, dark mode, accessibility, performance, interactive elements. Nothing is skipped. Nothing is assumed.
When to Invoke
Use /sweep or invoke this skill when:
- After implementing any UI change (automatic in pipeline)
- Before committing frontend code
- User says: "test the frontend", "check the UI", "verify responsiv
...
詳細情報
- 作者
- momomuchu
- リポジトリ
- momomuchu/sweep
- ライセンス
- 不明
- 最終更新
- 2026/4/14
Source: https://github.com/momomuchu/sweep / ライセンス: 未指定