Documentation Index
Fetch the complete documentation index at: https://docs.macroscope.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
- Installs
macroscope - Adds it to your shell
PATH - Installs the Macroscope plugin for supported local setups of Claude Code, Codex, Cursor, and OpenCode
- Starts the setup wizard so you can sign in and choose a workspace
If your agent was already open, relaunch it after installation so the Macroscope command appears.
Start a Local Review
Use the Macroscope plugin from inside your coding tool:- start a Macroscope review on the current branch
- watch for findings as they arrive
- explain each issue in plain language
- validate whether the issue is real
- ignore false positives
- fix confirmed issues one at a time
- verify the fix and report what it addressed
Run the Autopilot Loop
If you want a more hands-off pass, use the loop variant:Direct CLI Review
If you prefer to work from the terminal, you can run Macroscope directly:Isolated Worktree Mode
By default,macroscope codereview runs in an isolated git worktree. Macroscope captures your uncommitted work-in-progress as the review baseline, so you can run reviews without committing or stashing. If there are no diffs to review, the CLI returns an actionable error rather than failing silently.
Typical Workflow
- Install Macroscope and complete setup.
- Open your repo in Claude Code, Codex, Cursor, or OpenCode.
- Run the Macroscope command for your host.
- Let your agent work through findings locally before you push.
- Use loop mode when you want a longer unattended pass.
Troubleshooting
| Issue | What to do |
|---|---|
command not found: macroscope | Restart your terminal, then check that ~/.local/bin is on your PATH |
| The Macroscope command does not appear in your agent | Relaunch the agent after installation |
| You need to sign in again | Run macroscope and complete setup |
| You need to switch workspaces | Run macroscope and choose the correct workspace |
| You want to review from the terminal instead | Run macroscope codereview |