render-info
78Blazor で RendererInfo を使用する
Blazor コンポーネントは、static SSR、プリレンダリング、対話型レンダー モードの間で異なる動作をすることがあります。このスキルでは、RendererInfo を使用して明確な UI 状態とレンダラー固有の動作を選択する方法を説明します。
アニメーション付きフォーカスのバグを修正する
CSS が opacity ゼロから始まると、アニメーション付きのフローティングコンポーネントでキーボードフォーカスが失われることがあります。このスキルでは、Select、DropdownMenu、Popover コンポーネント向けのリトライパターンとテストについて説明します。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "animated-focus" from https://skillstore.io/skills/andrehogberg-animated-focus.md and its manifest at https://skillstore.io/api/skills/andrehogberg-animated-focus/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「animated-focus」を使用しています。 フェードアニメーションクラスが有効な場合にのみキーボードナビゲーションが失敗する理由を説明してください。
期待される結果:
要素はレンダリングされていますが、最初は不可視の状態で始まるため、ブラウザが最初のフォーカス要求を拒否することがあります。フォーカスはトリガーに残ります。
「animated-focus」を使用しています。 アニメーション付きの Select および DropdownMenu コンポーネント向けのテストを提案してください。
期待される結果:
「animated-focus」を使用しています。 推奨される実装アプローチを要約してください。
期待される結果:
1 animation frame 後にフォーカスを試行し、アクティブ要素を検証してから、アニメーションによりフォーカス可能になるまで短時間リトライします。
All 26 static findings are false positives caused by Markdown inline code spans or fenced examples in SKILL.md. The skill is documentation about focus management with CSS animations; no malicious intent, prompt injection, exfiltration, or automatic command execution was found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/andrehogberg-animated-focus/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/andrehogberg-animated-focus?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/andrehogberg-animated-focus?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/andrehogberg-animated-focus/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/andrehogberg-animated-focus.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>AndreHogberg. (2026). animated-focus security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/andrehogberg-animated-focus/audits/8@techreport{andrehogberg-andrehogberg-animated-focus-2026,
author = {AndreHogberg},
title = {animated-focus security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/andrehogberg-animated-focus/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "animated-focus security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "AndreHogberg"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/andrehogberg-animated-focus/audits/8"
identifiers:
- type: other
value: "skillstore:andrehogberg-animated-focus:audit:8"
description: "Skillstore immutable audit report identifier"
CSS アニメーション付きでドロップダウンを開いた後に、矢印キーが動作しなくなる理由を診断します。
アニメーション付きフローティングコンテンツのレンダリング後にフォーカスをリトライする理由を記録します。
Enter、矢印キー、選択、Escape が引き続き動作することを確認するキーボードテストを定義します。
Use animated-focus to explain why my animated dropdown opens but arrow keys still act on the trigger button.
Use animated-focus to adapt my floating component focus helper for CSS animations that begin at opacity zero.
Use animated-focus to review Select, DropdownMenu, and Popover focus flows for animation timing gaps.
Use animated-focus to create a Playwright test plan for keyboard navigation across animated floating components.
作成者
AndreHogbergライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
c4231f0153ccd2a2ed62274c5a372bf8f2386d3f
メンテナンスの新しさ
2026/7/23
利用状況
7 ダウンロード · 216 閲覧
ファイル構成
📄 SKILL.md
Blazor で RendererInfo を使用する
Blazor コンポーネントは、static SSR、プリレンダリング、対話型レンダー モードの間で異なる動作をすることがあります。このスキルでは、RendererInfo を使用して明確な UI 状態とレンダラー固有の動作を選択する方法を説明します。
TUnit Playwright テストを実行する
適切な TUnit Playwright コマンドを思い出すのに時間がかかることがあります。このスキルは、ローカルでのテスト実行に特化したコマンドを Claude、Codex、Claude Code に提供します。
信頼性の高いテスト自動化を構築
作成者 89jobrien
弱いテストはリリースを遅らせ、リグレッションを見逃します。このスキルは、テスト戦略、TDD、自動化、カバレッジレビュー、Playwright による Web チェックをガイドします。
セキュリティと品質のためのコードレビュー
作成者 AutumnsGrove
手作業のコードレビューでは、セキュリティ、パフォーマンス、テストに関する問題を見落とすことがあります。このスキルは、Claude、Codex、Claude Code に、チェックリストと補助的なスキャンガイダンスを備えた構造化されたレビュー手順を提供します。
Build Accessible Tailwind Interfaces
作成者 nextlevelbuilder
Building consistent, responsive interfaces requires many component, styling, and accessibility decisions. This skill provides shadcn/ui patterns, Tailwind guidance, and focused automation.
WCAG準拠のためのWebアクセシビリティ監査
作成者 89jobrien
アクセシビリティ上のギャップは、ユーザーの利用を妨げ、コンプライアンスリスクを生む可能性があります。このスキルは、WCAG監査、スクリーンリーダーチェック、キーボードテスト、改善計画を支援します。
より優れたSwiftUI機能を構築する
作成者 avdlee
SwiftUIプロジェクトでは、非推奨API、壊れやすい状態管理、遅いビュー更新が蓄積することがあります。このスキルは、モダンで保守しやすいSwiftUIコードのための的確なガイダンスを提供します。
React View Transitions を実装する
作成者 vercel-labs
React view transitions は配置を誤りやすく、意図しない静かなアニメーションや目立つアニメーションを引き起こします。このスキルは、route、Suspense、list、shared element のアニメーション選択を導きます。