IntelligenceX

IntelligenceX CLI Overview

Edit on GitHub

Use the IntelligenceX CLI for auth, onboarding, reviewer runs, analysis commands, setup web flows, and day-two maintenance across repositories.

CLI Overview

The CLI ( intelligencex ) handles auth, onboarding, reviewer runs, analysis commands, and operational utilities like usage and credits.

Quickstart: CLI Quickstart

Common commands

intelligencex auth login
intelligencex auth export --format store-base64
intelligencex setup autodetect
intelligencex setup wizard
intelligencex setup web
intelligencex reviewer run
intelligencex reviewer resolve-threads
intelligencex analyze run --config .intelligencex/reviewer.json --out artifacts
intelligencex analyze export-config --out artifacts/analysis-config
intelligencex analyze validate-catalog
intelligencex analyze list-rules --format markdown --pack all-50
intelligencex usage

Run a review locally

export INPUT_REPO=owner/name
export INPUT_PR_NUMBER=123
intelligencex reviewer run

Or point to a GitHub event payload:

export GITHUB_EVENT_PATH=/path/to/event.json
intelligencex reviewer run

Resolve stale threads locally

intelligencex reviewer resolve-threads --repo owner/name --pr 123

Auth export for GitHub Secrets

intelligencex auth export --format store-base64

Usage and credits

intelligencex usage --events

Usage reporting

intelligencex telemetry usage report --out-dir artifacts/usage-report --github-user <login>

Use Usage Reporting for the full guide to default discovery across current profiles, Windows.old , WSL, GitHub sections, and provider-specific notes such as Copilot CLI local activity.

GitHub secret upload (optional)

intelligencex auth login --set-github-secret --repo owner/name --github-token $TOKEN