From reviw-plugin
Opens files, URLs, screenshots, localhost links, or conversation artifacts using macOS open command via Bash. Invoke directly or auto-detects recent mentions.
npx claudepluginhub kazuph/reviw --plugin reviw-pluginThis skill is limited to using the following tools:
<command-name>open</command-name>
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
open
macOSのopenコマンドでファイルやURLを開きます。
/reviw-plugin:open /path/to/file.png
/reviw-plugin:open https://localhost:3000
直前の会話で言及されたファイルパス、URL、またはエビデンスを開きます。
openコマンドで開く.artifacts/ 配下のファイルパスopenコマンドで開く# ファイルを開く
open /Users/kazuph/.artifacts/feature/screenshot.png
# URLを開く
open https://localhost:5173