toolbox-browser-code-reviewer
Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Implementation patterns for the Vault Toolbox Browser Extension (Manifest V3).
Specialized design challenges for the Vault Toolbox Browser Extension, focusing on VQL prototyping.
Specialized data grid implementation for the Vault Toolbox Browser Extension using TanStack Table/Virtual.
Specialized design requirements for the Vault Toolbox Browser Extension, focusing on UI visibility.
Specialized testing and dev-server protocol for the Vault Toolbox Browser Extension.
Specialized scaffolding and shell integration for the Vault Toolbox Browser Extension.
SOC 職業分類に基づく
| name | toolbox-browser-code-reviewer |
| description | Specialized audit for the Vault Toolbox Browser Extension, focusing on Island Architecture and UI visibility. |
| applicable_apps | ["toolbox-browser"] |
This skill provides specialized audit criteria for the Vault Toolbox Browser Extension to ensure UI consistency and visibility.
Check all new or modified UI components against the Island Architecture standards:
VerticalResizeHandle MUST be audited to ensure the parent container is a <PanelGroup> and sibling panes are <Panel> components from react-resizable-panels.InputGroup usage strictly adheres to the local component signature (startElement prop, single <Input> child) rather than default Chakra UI patterns..ts or .js). Ensure components/hooks contain only state/lifecycle management and events.document.querySelector or direct ref overrides). Ensure standard components (like the standard file upload button) are reused instead of inventing custom selector-based hacks.useEffect, useCallback, useMemo) have brief documentation explaining why specific dependencies are included.