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.