home / skills / desplega-ai / ai-toolbox / install
This skill guides you through installing the file-review tool on a new machine and setting it up quickly.
npx playbooks add skill desplega-ai/ai-toolbox --skill installReview the files below or copy the command above to add this skill to your agents.
---
name: file-review-install
description: Install the file-review tool. Use when user needs to install file-review on a new machine or asks how to set it up.
---
# Install File Review
Thin redirect. Follow the **Install** section of the `file-review:file-review` skill for full instructions.
This skill installs the file-review tool and prepares it for local use on a new machine. It provides clear, practical steps to get the tool running either via package manager or from source. Use it when you need a fast, repeatable setup for agents or developer workflows.
The skill guides you through prerequisites (Node.js and a package manager), then shows both package-based and source-based installation paths. It explains how to build TypeScript sources, link the CLI for development, and verify the installation with a quick command. It focuses on minimal, reproducible steps so agents and humans can start using file-review right away.
What Node.js version is required?
Use a current LTS release (Node 16 or newer) to ensure compatibility with modern TypeScript tooling.
Can I run file-review without installing globally?
Yes. Install it as a project devDependency and run it via npx or an npm script, or use a linked local install during development.