ワンクリックで
debug-service-worker
Use when: diagnosing service worker registration, caching, or stale-response issues in the frontend PWA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when: diagnosing service worker registration, caching, or stale-response issues in the frontend PWA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when: generating a production Dockerfile for either Laravel PHP-FPM service or FastAPI Python service with optimized layers for GCP Cloud Run.
Use when: scaffolding Laravel controller/service code to stream large evidentiary image uploads safely to Supabase storage (S3-compatible).
Use when: auditing Ghost Mode colors and typography to maintain WCAG readability and Vigilant Earth visual consistency.
Use when: diagnosing Next.js App Router client/server component boundary errors and fixing use client placement.
Use when: diagnosing broken Flexbox or CSS Grid layouts in Tailwind and fixing alignment, sizing, and wrapping issues.
Use when: diagnosing React hydration mismatches in Next.js caused by theme, browser-only APIs, or unstable render output.
| name | debug-service-worker |
| description | Use when: diagnosing service worker registration, caching, or stale-response issues in the frontend PWA. |
| argument-hint | Provide console/network errors, current Workbox rules, and the failing route behavior. |
<system_prompt> You are executing debug-service-worker for the LikasLens apps/frontend tier. </system_prompt>
- Isolate whether failure is registration, activation, cache match, or runtime strategy. - Check for over-broad caching rules that include dynamic API or auth HTML. - Recommend minimal Workbox regex/pattern changes rather than broad resets. - Preserve offline capability for static assets while avoiding stale sensitive routes. - Include reproducible verification steps in DevTools.<skill_execution>