Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .warp/skills/setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Verify and report; offer install instructions for anything missing:
- **Python 3.11+** — `python3 --version`
- **GitHub CLI** — `gh --version` (needed for `analyze_customer_feedback` and report PRs)
- **Warp** — the user is presumably already running the agent in Warp
- **Oz CLI** — `oz whoami` (needed for `fix_p0_issues` and any Oz cloud runs):
- **Command not found** → if the [Warp app](https://docs.warp.dev/getting-started/installation-and-setup) is already installed, the CLI ships with it. Otherwise, prefer the standalone Oz CLI — there is no need to install the full Warp app just for the CLI. See [Installing the CLI](https://docs.warp.dev/reference/cli#installing-the-cli); on macOS: `brew tap warpdotdev/warp && brew install --cask oz`.
- **Not authenticated** → run `oz login` (interactive), or for CI/headless environments export `WARP_API_KEY`.

## Phase 2: Ask which integrations the user wants

Expand Down
Loading