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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.